Function __global->get_params_filtercode
Definitions
sources/filtercode.php
- Get a full Filtercode search string from all environment parameters.This assumes default conventions for key names (e.g. prefix "filter_", and for operations, suffix "_op").
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The Filtercode
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a full Filtercode search string from all environment parameters.This assumes default conventions for key names (e.g. prefix "filter_", and for operations, suffix "_op").
*
* @return string The Filtercode
*/
function get_params_filtercode() : string
* Get a full Filtercode search string from all environment parameters.This assumes default conventions for key names (e.g. prefix "filter_", and for operations, suffix "_op").
*
* @return string The Filtercode
*/
function get_params_filtercode() : string
