Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
eZ
Publish
Core
FieldType
FieldSettings
PHP 클래스 eZ\Publish\Core\FieldType\FieldSettings
상속:
extends
ArrayObjec\ArrayObject
파일 보기
프로젝트 열기: ezsystems/ezpublish-kernel
공개 메소드들
메소드
설명
offsetGet
(
string
$index
) :
mixed
Returns value from internal array, identified by $index.
offsetSet
(
string
|
integer
$index
,
mixed
$value
)
Only allows existing indexes to be updated.
메소드 상세
offsetGet()
공개
메소드
Returns value from internal array, identified by $index.
public
offsetGet
(
string
$index
) :
mixed
$index
string
리턴
mixed
offsetSet()
공개
메소드
This is so that only settings specified by a field type can be set.
public
offsetSet
(
string
|
integer
$index
,
mixed
$value
)
$index
string
|
integer
$value
mixed