Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (array $parameters=[]) | |
__construct (array $parameters=array()) | |
add (array $parameters=[]) | |
add (array $parameters=array()) | |
all () | |
all () | |
count () | |
count () | |
filter ($key, $default=null, $filter=FILTER_DEFAULT, $options=[]) | |
filter ($key, $default=null, $filter=FILTER_DEFAULT, $options=array()) | |
get ($key, $default=null) | |
get ($key, $default=null) | |
getAlnum ($key, $default='') | |
getAlnum ($key, $default='') | |
getAlpha ($key, $default='') | |
getAlpha ($key, $default='') | |
getBoolean ($key, $default=false) | |
getBoolean ($key, $default=false) | |
getDigits ($key, $default='') | |
getDigits ($key, $default='') | |
getInt ($key, $default=0) | |
getInt ($key, $default=0) | |
getIterator () | |
getIterator () | |
has ($key) | |
has ($key) | |
keys () | |
keys () | |
remove ($key) | |
remove ($key) | |
replace (array $parameters=[]) | |
replace (array $parameters=array()) | |
set ($key, $value) | |
set ($key, $value) | |
Protected Attributes | |
$parameters | |
ParameterBag is a container for key/value pairs.
Definition at line 19 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::__construct | ( | array | $parameters = array() | ) |
Constructor.
array | $parameters | An array of parameters |
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 36 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::__construct | ( | array | $parameters = [] | ) |
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 26 of file vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::add | ( | array | $parameters = [] | ) |
Adds parameters.
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 62 of file vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::add | ( | array | $parameters = array() | ) |
Adds parameters.
array | $parameters | An array of parameters |
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 76 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::all | ( | ) |
Returns the parameters.
Definition at line 36 of file vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::all | ( | ) |
Returns the parameters.
Definition at line 46 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::count | ( | ) |
Returns the number of parameters.
Definition at line 223 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::count | ( | ) |
Returns the number of parameters.
Definition at line 237 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Referenced by Symfony\Component\HttpFoundation\ServerBag\getHeaders().
Symfony\Component\HttpFoundation\ParameterBag::filter | ( | $key, | |
$default = null , |
|||
$filter = FILTER_DEFAULT , |
|||
$options = [] |
|||
) |
Filter key.
string | $key | Key |
mixed | $default | Default = null |
int | $filter | FILTER_* constant |
mixed | $options | Filter options |
Definition at line 191 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::filter | ( | $key, | |
$default = null , |
|||
$filter = FILTER_DEFAULT , |
|||
$options = array() |
|||
) |
Filter key.
string | $key | Key |
mixed | $default | Default = null |
int | $filter | FILTER_* constant |
mixed | $options | Filter options |
Definition at line 205 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Referenced by Symfony\Component\HttpFoundation\ParameterBag\getBoolean(), and Symfony\Component\HttpFoundation\ParameterBag\getDigits().
Symfony\Component\HttpFoundation\ParameterBag::get | ( | $key, | |
$default = null |
|||
) |
Returns a parameter by name.
string | $key | The key |
mixed | $default | The default value if the parameter key does not exist |
Definition at line 75 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::get | ( | $key, | |
$default = null |
|||
) |
Returns a parameter by name.
string | $key | The key |
mixed | $default | The default value if the parameter key does not exist |
Definition at line 89 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getAlnum | ( | $key, | |
$default = '' |
|||
) |
Returns the alphabetic characters and digits of the parameter value.
string | $key | The parameter key |
string | $default | The default value if the parameter key does not exist |
Definition at line 134 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getAlnum | ( | $key, | |
$default = '' |
|||
) |
Returns the alphabetic characters and digits of the parameter value.
string | $key | The parameter key |
string | $default | The default value if the parameter key does not exist |
Definition at line 148 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getAlpha | ( | $key, | |
$default = '' |
|||
) |
Returns the alphabetic characters of the parameter value.
string | $key | The parameter key |
string | $default | The default value if the parameter key does not exist |
Definition at line 121 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getAlpha | ( | $key, | |
$default = '' |
|||
) |
Returns the alphabetic characters of the parameter value.
string | $key | The parameter key |
string | $default | The default value if the parameter key does not exist |
Definition at line 135 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getBoolean | ( | $key, | |
$default = false |
|||
) |
Returns the parameter value converted to boolean.
string | $key | The parameter key |
bool | $default | The default value if the parameter key does not exist |
Definition at line 174 of file vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\filter().
Symfony\Component\HttpFoundation\ParameterBag::getBoolean | ( | $key, | |
$default = false |
|||
) |
Returns the parameter value converted to boolean.
string | $key | The parameter key |
mixed | $default | The default value if the parameter key does not exist |
Definition at line 188 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\filter().
Symfony\Component\HttpFoundation\ParameterBag::getDigits | ( | $key, | |
$default = '' |
|||
) |
Returns the digits of the parameter value.
string | $key | The parameter key |
string | $default | The default value if the parameter key does not exist |
Definition at line 147 of file vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\filter().
Symfony\Component\HttpFoundation\ParameterBag::getDigits | ( | $key, | |
$default = '' |
|||
) |
Returns the digits of the parameter value.
string | $key | The parameter key |
string | $default | The default value if the parameter key does not exist |
Definition at line 161 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\filter().
Symfony\Component\HttpFoundation\ParameterBag::getInt | ( | $key, | |
$default = 0 |
|||
) |
Returns the parameter value converted to integer.
string | $key | The parameter key |
int | $default | The default value if the parameter key does not exist |
Definition at line 161 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getInt | ( | $key, | |
$default = 0 |
|||
) |
Returns the parameter value converted to integer.
string | $key | The parameter key |
int | $default | The default value if the parameter key does not exist |
Definition at line 175 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getIterator | ( | ) |
Returns an iterator for parameters.
Definition at line 213 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::getIterator | ( | ) |
Returns an iterator for parameters.
Definition at line 227 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::has | ( | $key | ) |
Returns true if the parameter is defined.
string | $key | The key |
Definition at line 98 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::has | ( | $key | ) |
Returns true if the parameter is defined.
string | $key | The key |
Definition at line 112 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::keys | ( | ) |
Returns the parameter keys.
Definition at line 46 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::keys | ( | ) |
Returns the parameter keys.
Definition at line 56 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::remove | ( | $key | ) |
Removes a parameter.
string | $key | The key |
Definition at line 108 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::remove | ( | $key | ) |
Removes a parameter.
string | $key | The key |
Definition at line 122 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::replace | ( | array | $parameters = [] | ) |
Replaces the current parameters by a new set.
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 54 of file vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::replace | ( | array | $parameters = array() | ) |
Replaces the current parameters by a new set.
array | $parameters | An array of parameters |
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 66 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
References Symfony\Component\HttpFoundation\ParameterBag\$parameters.
Symfony\Component\HttpFoundation\ParameterBag::set | ( | $key, | |
$value | |||
) |
Sets a parameter by name.
string | $key | The key |
mixed | $value | The value |
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 86 of file vendor/symfony/http-foundation/ParameterBag.php.
Symfony\Component\HttpFoundation\ParameterBag::set | ( | $key, | |
$value | |||
) |
Sets a parameter by name.
string | $key | The key |
mixed | $value | The value |
Reimplemented in Symfony\Component\HttpFoundation\FileBag, and Symfony\Component\HttpFoundation\FileBag.
Definition at line 100 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Referenced by Omnipay\Common\AbstractGateway\initialize().
|
protected |
Parameter storage.
Definition at line 29 of file lib/vendor/symfony/http-foundation/ParameterBag.php.
Referenced by Symfony\Component\HttpFoundation\FileBag\__construct(), Symfony\Component\HttpFoundation\ParameterBag\__construct(), Symfony\Component\HttpFoundation\ParameterBag\add(), Symfony\Component\HttpFoundation\ParameterBag\all(), and Symfony\Component\HttpFoundation\ParameterBag\replace().