EntityMetadataInterface
Table of Contents
Methods
-
getCustomFields()
: array<string|int, mixed>
-
getFields()
: array<string|int, mixed>
-
getOptions()
: array<string|int, mixed>|null
-
getProperty()
: mixed
getCustomFields()
public
getCustomFields([array<string|int, mixed> $customGroupFilters = [] ]) : array<string|int, mixed>
Parameters
-
$customGroupFilters
: array<string|int, mixed>
= []
-
Return values
array<string|int, mixed>
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getOptions()
public
getOptions(string $fieldName[, array<string|int, mixed> $values = [] ][, bool $includeDisabled = false ][, bool $checkPermissions = false ][, int|null $userId = null ][, bool $isView = false ]) : array<string|int, mixed>|null
Parameters
-
$fieldName
: string
-
-
$values
: array<string|int, mixed>
= []
-
-
$includeDisabled
: bool
= false
-
-
$checkPermissions
: bool
= false
-
-
$userId
: int|null
= null
-
-
$isView
: bool
= false
-
Return values
array<string|int, mixed>|null
getProperty()
public
getProperty(string $propertyName) : mixed
Parameters
-
$propertyName
: string
-