[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 68 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
FrozenParameterBag:: (5 methods):
__construct()
clear()
add()
set()
remove()
Class: FrozenParameterBag - X-Ref
Holds read-only parameters.__construct(array $parameters = array() X-Ref |
For performance reasons, the constructor assumes that all keys are already lowercased. This is always the case when used internally. param: array $parameters An array of parameters |
clear() X-Ref |
{@inheritdoc} |
add(array $parameters) X-Ref |
{@inheritdoc} |
set($name, $value) X-Ref |
{@inheritdoc} |
remove($name) X-Ref |
{@inheritdoc} |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |