Классы | |
class | Action |
class | BaseProvider |
interface | ReturnsEditorFields |
Функции | |
getUfEntityId () | |
getUfPrefix () | |
getFields () | |
getUfComponentFields () | |
getUfEntityFields () | |
fillUfEntityFields (array $fields) | |
fillUfEntityData (array $entityData) | |
getUfEntityData () | |
Переменные | |
trait | ProviderWithUserFieldsTrait |
|
protected |
Filling in entity data of UF data.
Example:
array | $entityData |
См. определение в файле providerwithuserfieldstrait.php строка 210
|
protected |
Filling in the entity fields of UF data.
Example:
array | $fields |
См. определение в файле providerwithuserfieldstrait.php строка 182
getFields | ( | ) |
Override BaseProvider method.
См. определение в файле providerwithuserfieldstrait.php строка 62
|
protected |
|
protected |
Returns formatted values for the ENTITY_DATA parameter.
array | $field |
См. определение в файле providerwithuserfieldstrait.php строка 222
|
protected |
Entity fields info of user fields.
getEntityFields
См. определение в файле providerwithuserfieldstrait.php строка 98
|
abstract |
User field ENTITY_ID
|
abstract |
The prefix for UF codes
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