ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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\Http\Headers, and Slim\Collection.
Slim\Interfaces\CollectionInterface::clear | ( | ) |
Implemented in Slim\Collection.
Slim\Interfaces\CollectionInterface::get | ( | $key, | |
$default = null |
|||
) |
Implemented in Slim\Http\Headers, and Slim\Collection.
Slim\Interfaces\CollectionInterface::has | ( | $key | ) |
Implemented in Slim\Http\Headers, and Slim\Collection.
Slim\Interfaces\CollectionInterface::remove | ( | $key | ) |
Implemented in Slim\Http\Headers, and Slim\Collection.
Slim\Interfaces\CollectionInterface::replace | ( | array | $items | ) |
Implemented in Slim\Collection.
Slim\Interfaces\CollectionInterface::set | ( | $key, | |
$value | |||
) |
Implemented in Slim\Http\Headers, and Slim\Collection.