[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 72 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Interface: AttributeBagInterface - X-Ref
Attributes store.has($name) X-Ref |
Checks if an attribute is defined. param: string $name The attribute name return: bool true if the attribute is defined, false otherwise |
get($name, $default = null) X-Ref |
Returns an attribute. param: string $name The attribute name param: mixed $default The default value if not found return: mixed |
set($name, $value) X-Ref |
Sets an attribute. param: string $name param: mixed $value |
all() X-Ref |
Returns attributes. return: array Attributes |
replace(array $attributes) X-Ref |
Sets attributes. param: array $attributes Attributes |
remove($name) X-Ref |
Removes an attribute. param: string $name return: mixed The removed value or null when it does not exist |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |