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