Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Contao
CoreBundle
Session
Attribute
ArrayAttributeBag
PHP 클래스 Contao\CoreBundle\Session\Attribute\ArrayAttributeBag
상속:
extends
Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
,
implements
ArrayAccess
파일 보기
프로젝트 열기: contao/core-bundle
1 사용 예제들
공개 메소드들
메소드
설명
offsetExists
(
$key
)
offsetGet
(
$key
)
offsetSet
(
$key
,
$value
)
offsetUnset
(
$key
)
메소드 상세
offsetExists()
공개
메소드
public
offsetExists
(
$key
)
offsetGet()
공개
메소드
public
offsetGet
(
$key
)
offsetSet()
공개
메소드
public
offsetSet
(
$key
,
$value
)
offsetUnset()
공개
메소드
public
offsetUnset
(
$key
)