PHP Class Contao\CoreBundle\Session\Attribute\ArrayAttributeBag

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

Méthodes publiques

Méthode Description
offsetExists ( $key )
offsetGet ( $key )
offsetSet ( $key, $value )
offsetUnset ( $key )

Method Details

offsetExists() public méthode

public offsetExists ( $key )

offsetGet() public méthode

public offsetGet ( $key )

offsetSet() public méthode

public offsetSet ( $key, $value )

offsetUnset() public méthode

public offsetUnset ( $key )