[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 148 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
AttributeBag:: (14 methods):
__construct()
getName()
setName()
initialize()
getStorageKey()
has()
get()
set()
all()
replace()
remove()
clear()
getIterator()
count()
Class: AttributeBag - X-Ref
This class relates to session attribute storage.__construct($storageKey = '_sf2_attributes') X-Ref |
param: string $storageKey The key used to store attributes in the session |
getName() X-Ref |
{@inheritdoc} |
setName($name) X-Ref |
No description |
initialize(array &$attributes) X-Ref |
{@inheritdoc} |
getStorageKey() X-Ref |
{@inheritdoc} |
has($name) X-Ref |
{@inheritdoc} |
get($name, $default = null) X-Ref |
{@inheritdoc} |
set($name, $value) X-Ref |
{@inheritdoc} |
all() X-Ref |
{@inheritdoc} |
replace(array $attributes) X-Ref |
{@inheritdoc} |
remove($name) X-Ref |
{@inheritdoc} |
clear() X-Ref |
{@inheritdoc} |
getIterator() X-Ref |
Returns an iterator for attributes. return: \ArrayIterator An \ArrayIterator instance |
count() X-Ref |
Returns the number of attributes. return: int The number of attributes |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |