Классы | |
class | Action |
class | BaseProvider |
Функции | |
getFields () | |
getUfComponentFields () | |
getUfEntityFields () | |
getUfEntityDataValue (array $field) | |
fillUfEntityFields (array $fields) | |
fillUfEntityData (array $entityData) | |
Переменные | |
trait | ProviderWithUserFieldsTrait |
|
protected |
Filling in entity data of UF data.
Example:
array | $entityData |
См. определение в файле providerwithuserfieldstrait.php строка 221
|
protected |
Filling in the entity fields of UF data.
Example:
array | $fields |
См. определение в файле providerwithuserfieldstrait.php строка 193
getFields | ( | ) |
Override BaseProvider method.
См. определение в файле providerwithuserfieldstrait.php строка 53
|
protected |
|
protected |
Value user field for ENTITY_DATA
component param.
array | $field |
См. определение в файле providerwithuserfieldstrait.php строка 129
|
protected |
Entity fields info of user fields.
getEntityFields
См. определение в файле providerwithuserfieldstrait.php строка 89
trait ProviderWithUserFieldsTrait |
A trait to expand the functionality of the provider and the ability to work with UF fields.
For start, you need:
getUfEntityId
См. определение в файле providerwithuserfieldstrait.php строка 17