ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Slim\Interfaces\CollectionInterface Interface Reference
+ 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 ()
 

Detailed Description

Definition at line 17 of file CollectionInterface.php.

Member Function Documentation

◆ all()

Slim\Interfaces\CollectionInterface::all ( )

Implemented in Slim\Http\Headers, and Slim\Collection.

◆ clear()

Slim\Interfaces\CollectionInterface::clear ( )

Implemented in Slim\Collection.

◆ get()

Slim\Interfaces\CollectionInterface::get (   $key,
  $default = null 
)

Implemented in Slim\Http\Headers, and Slim\Collection.

◆ has()

Slim\Interfaces\CollectionInterface::has (   $key)

Implemented in Slim\Http\Headers, and Slim\Collection.

◆ remove()

Slim\Interfaces\CollectionInterface::remove (   $key)

Implemented in Slim\Http\Headers, and Slim\Collection.

◆ replace()

Slim\Interfaces\CollectionInterface::replace ( array  $items)

Implemented in Slim\Collection.

◆ set()

Slim\Interfaces\CollectionInterface::set (   $key,
  $value 
)

Implemented in Slim\Http\Headers, and Slim\Collection.


The documentation for this interface was generated from the following file: