PHP Class Contao\CoreBundle\Session\Attribute\ArrayAttributeBag

Inheritance: extends Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, implements ArrayAccess
Datei anzeigen Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
offsetExists ( $key )
offsetGet ( $key )
offsetSet ( $key, $value )
offsetUnset ( $key )

Method Details

offsetExists() public method

public offsetExists ( $key )

offsetGet() public method

public offsetGet ( $key )

offsetSet() public method

public offsetSet ( $key, $value )

offsetUnset() public method

public offsetUnset ( $key )