| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 157 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 |
| Constructor. 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: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |