| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 108 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ParameterBagInterface:: (10 methods):
clear()
add()
all()
get()
set()
has()
resolve()
resolveValue()
escapeValue()
unescapeValue()
Interface: ParameterBagInterface - X-Ref
ParameterBagInterface.| clear() X-Ref |
| Clears all parameters. |
| add(array $parameters) X-Ref |
| Adds parameters to the service container parameters. param: array $parameters An array of parameters |
| all() X-Ref |
| Gets the service container parameters. return: array An array of parameters |
| get($name) X-Ref |
| Gets a service container parameter. param: string $name The parameter name return: mixed The parameter value |
| set($name, $value) X-Ref |
| Sets a service container parameter. param: string $name The parameter name param: mixed $value The parameter value |
| has($name) X-Ref |
| Returns true if a parameter name is defined. param: string $name The parameter name return: bool true if the parameter name is defined, false otherwise |
| resolve() X-Ref |
| Replaces parameter placeholders (%name%) by their values for all parameters. |
| resolveValue($value) X-Ref |
| Replaces parameter placeholders (%name%) by their values. param: mixed $value A value |
| escapeValue($value) X-Ref |
| Escape parameter placeholders %. param: mixed $value return: mixed |
| unescapeValue($value) X-Ref |
| Unescape parameter placeholders %. param: mixed $value return: mixed |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |