ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
CollectionInterface.php
Go to the documentation of this file.
1
<?
php
9
namespace
Slim\Interfaces
;
10
17
interface
CollectionInterface
extends
\ArrayAccess, \Countable, \IteratorAggregate
18
{
19
public
function
set
(
$key
, $value);
20
21
public
function
get
(
$key
,
$default
= null);
22
23
public
function
replace
(array $items);
24
25
public
function
all
();
26
27
public
function
has
(
$key
);
28
29
public
function
remove
(
$key
);
30
31
public
function
clear
();
32
}
Slim\Interfaces
Slim Framework (https://slimframework.com)
Definition:
CallableResolverInterface.php:9
Slim\Interfaces\CollectionInterface\replace
replace(array $items)
Slim\Interfaces\CollectionInterface\clear
clear()
Slim\Interfaces\CollectionInterface\has
has($key)
Slim\Interfaces\CollectionInterface
Definition:
CollectionInterface.php:17
Slim\Interfaces\CollectionInterface\all
all()
$default
$default
Definition:
build.php:20
php
$key
$key
Definition:
croninfo.php:18
libs
composer
vendor
slim
slim
Slim
Interfaces
CollectionInterface.php
Generated on Thu Jan 16 2025 19:01:56 for ILIAS by
1.8.13 (using
Doxyfile
)