Overview
  • Namespace
  • Class

Namespaces

  • Slim
    • Exception
    • Handlers
      • Strategies
    • Http
    • Interfaces
      • Http

Interfaces

  • CallableResolverInterface
  • CollectionInterface
  • InvocationStrategyInterface
  • RouteGroupInterface
  • RouteInterface
  • RouterInterface

Interface CollectionInterface

Collection Interface

Slim\Interfaces\CollectionInterface implements ArrayAccess, Countable, IteratorAggregate

Direct known implementers

Slim\Collection, Slim\Interfaces\Http\HeadersInterface

Indirect known implementers

Slim\Http\Environment, Slim\Http\Headers

Namespace: Slim\Interfaces
Package: Slim
Since: 3.0.0
Located at Interfaces/CollectionInterface.php

Methods summary

public
# set( $key, $value )
public
# get( $key, $default = null )
public
# replace( array $items )
public
# all( )
public
# has( $key )
public
# remove( $key )
public
# clear( )

Methods inherited from ArrayAccess

offsetExists(), offsetGet(), offsetSet(), offsetUnset()

Methods inherited from Countable

count()

Methods inherited from IteratorAggregate

getIterator()

API documentation generated by ApiGen