| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 111 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __construct(Scope $parent = null) X-Ref |
| No description |
| enter() X-Ref |
| Opens a new child scope. return: self |
| leave() X-Ref |
| Closes current scope and returns parent one. return: self|null |
| set($key, $value) X-Ref |
| Stores data into current scope. param: string $key param: mixed $value return: $this |
| has($key) X-Ref |
| Tests if a data is visible from current scope. param: string $key return: bool |
| get($key, $default = null) X-Ref |
| Returns data visible from current scope. param: string $key param: mixed $default return: mixed |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |