Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
eZ
Publish
Core
FieldType
FieldSettings
PHP Class eZ\Publish\Core\FieldType\FieldSettings
Inheritance:
extends
ArrayObjec\ArrayObject
Afficher le fichier
Open project: ezsystems/ezpublish-kernel
Méthodes publiques
Méthode
Description
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.
Method Details
offsetGet()
public
méthode
Returns value from internal array, identified by $index.
public
offsetGet
(
string
$index
) :
mixed
$index
string
Résultat
mixed
offsetSet()
public
méthode
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