|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Slim\Interfaces\Http\HeadersInterface:
Collaboration diagram for Slim\Interfaces\Http\HeadersInterface:Public Member Functions | |
| add ($key, $value) | |
| normalizeKey ($key) | |
Public Member Functions inherited from Slim\Interfaces\CollectionInterface | |
| set ($key, $value) | |
| get ($key, $default=null) | |
| replace (array $items) | |
| all () | |
| has ($key) | |
| remove ($key) | |
| clear () | |
Definition at line 19 of file HeadersInterface.php.
| Slim\Interfaces\Http\HeadersInterface::add | ( | $key, | |
| $value | |||
| ) |
Implemented in Slim\Http\Headers.
| Slim\Interfaces\Http\HeadersInterface::normalizeKey | ( | $key | ) |
Implemented in Slim\Http\Headers.