ElementField
Table of Contents
Methods
-
__construct()
: mixed
-
getPreparedProperty()
: array<string|int, mixed>
-
isAddReadOnlyField()
: bool
-
isEditReadOnlyField()
: bool
-
isShowInAddForm()
: bool
-
isShowInEditForm()
: bool
-
setEntityId()
: static
-
setEntityValue()
: static
__construct()
public
__construct(array<string|int, mixed> $property) : mixed
Parameters
-
$property
: array<string|int, mixed>
-
getPreparedProperty()
public
getPreparedProperty() : array<string|int, mixed>
Return values
array<string|int, mixed>
isAddReadOnlyField()
public
isAddReadOnlyField() : bool
isEditReadOnlyField()
public
isEditReadOnlyField() : bool
public
isShowInAddForm() : bool
public
isShowInEditForm() : bool
setEntityId()
public
setEntityId(int $entityId) : static
Parameters
-
$entityId
: int
-
setEntityValue()
public
setEntityValue(mixed $value) : static
Parameters
-
$value
: mixed
-