Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Contao
CoreBundle
Session
Attribute
ArrayAttributeBag
PHP Class Contao\CoreBundle\Session\Attribute\ArrayAttributeBag
Inheritance:
extends
Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
,
implements
ArrayAccess
Mostra file
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
)