[ 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: | 86 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ParametersInterface:: (7 methods):
__construct()
fromArray()
fromString()
toArray()
toString()
get()
set()
Interface: ParametersInterface - X-Ref
__construct(array $values = null) X-Ref |
Constructor param: array $values |
fromArray(array $values) X-Ref |
From array Allow deserialization from standard array param: array $values return: mixed |
fromString($string) X-Ref |
From string Allow deserialization from raw body; e.g., for PUT requests param: $string return: mixed |
toArray() X-Ref |
To array Allow serialization back to standard array return: mixed |
toString() X-Ref |
To string Allow serialization to query format; e.g., for PUT or POST requests return: mixed |
get($name, $default = null) X-Ref |
Get param: string $name param: mixed|null $default return: mixed |
set($name, $value) X-Ref |
Set param: string $name param: mixed $value return: ParametersInterface |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |