ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Slim\Interfaces\Http\HeadersInterface Interface Reference
+ Inheritance diagram for Slim\Interfaces\Http\HeadersInterface:
+ Collaboration diagram for Slim\Interfaces\Http\HeadersInterface:

Public Member Functions

 add ($key, $value)
 
 normalizeKey ($key)
 
- Public Member Functions inherited from Slim\Interfaces\CollectionInterface
 set ($key, $value)
 
 get ($key, $default=null)
 
 replace (array $items)
 
 all ()
 
 has ($key)
 
 remove ($key)
 
 clear ()
 

Detailed Description

Definition at line 19 of file HeadersInterface.php.

Member Function Documentation

◆ add()

Slim\Interfaces\Http\HeadersInterface::add (   $key,
  $value 
)

Implemented in Slim\Http\Headers.

◆ normalizeKey()

Slim\Interfaces\Http\HeadersInterface::normalizeKey (   $key)

Implemented in Slim\Http\Headers.


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