[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
Copyright: | Copyright (c) 2010-2022 The s9e authors |
License: | http://www.opensource.org/licenses/mit-license.php The MIT License |
File Size: | 141 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__call($methodName, $args) X-Ref |
Forward all unknown method calls to $this->collection param: string $methodName param: array $args return: mixed |
offsetExists($offset) X-Ref |
param: string|integer $offset return: bool |
offsetGet($offset) X-Ref |
param: string|integer $offset return: mixed |
offsetSet($offset, $value) X-Ref |
param: string|integer $offset param: mixed $value return: void |
offsetUnset($offset) X-Ref |
param: string|integer $offset return: void |
count() X-Ref |
return: integer |
current() X-Ref |
return: mixed |
key() X-Ref |
return: string|integer |
next() X-Ref |
return: mixed |
rewind() X-Ref |
return: void |
valid() X-Ref |
return: boolean |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |