ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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()
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
$key
$key
Definition:
croninfo.php:18
libs
composer
vendor
slim
slim
Slim
Interfaces
CollectionInterface.php
Generated on Sat Jan 18 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)