| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 115 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Parameters:: (8 methods):
__construct()
fromArray()
fromString()
toArray()
toString()
offsetGet()
get()
set()
Class: Parameters - X-Ref
| __construct(array $values = null) X-Ref |
| Constructor Enforces that we have an array, and enforces parameter access to array elements. param: array $values |
| fromArray(array $values) X-Ref |
| Populate from native PHP array param: array $values return: void |
| fromString($string) X-Ref |
| Populate from query string param: string $string return: void |
| toArray() X-Ref |
| Serialize to native PHP array return: array |
| toString() X-Ref |
| Serialize to query string return: string |
| offsetGet($name) X-Ref |
| Retrieve by key Returns null if the key does not exist. param: string $name return: mixed |
| get($name, $default = null) X-Ref |
param: string $name param: mixed $default optional default value return: mixed |
| set($name, $value) X-Ref |
param: string $name param: mixed $value return: Parameters |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |