См. определение в файле base.php строка 14
◆ __construct()
- Аргументы
-
integer | $id | Entity identifier. |
См. определение в файле base.php строка 26
◆ addField()
addField |
( |
| $fieldName, |
|
|
| $internalName, |
|
|
| $value ) |
|
protected |
Sets new field value only when is not set yet. Adds mapping from field name to it's internal presentation.
- Аргументы
-
string | $fieldName | The name of the field. |
string | $internalName | Internal name of the field. |
string | $value | Value to be stored. |
- Возвращает
- void
См. определение в файле base.php строка 136
◆ getField()
Returns field value.
- Аргументы
-
string | $fieldName | Name of the field to retrieve data from. |
- Возвращает
- string
См. определение в файле base.php строка 75
◆ getId()
Returns entity identifier.
- Возвращает
- integer
См. определение в файле base.php строка 36
◆ loadFromDatabase()
Loads values from database. Returns true on success.
- Возвращает
- boolean
См. определение в файле base.php строка 117
◆ resolve()
Used to find entity for template processing.
- Аргументы
-
string | $entity | What to find. |
- Возвращает
- \Bitrix\Iblock\Template\Entity\Base
См. определение в файле base.php строка 48
◆ setFields()
setFields |
( |
array | $fields | ) |
|
Used to initialize entity fields from some external source.
- Аргументы
-
array | $fields | Entity fields. |
- Возвращает
- void
См. определение в файле base.php строка 63
◆ $fieldMap
◆ $fields
◆ $id