Открытые члены | |
__construct ($id) | |
getId () | |
resolve ($entity) | |
setFields (array $fields) | |
getField ($fieldName) | |
Защищенные члены | |
loadFromDatabase () | |
addField ($fieldName, $internalName, $value) | |
Защищенные данные | |
$id = null | |
$fields = null | |
$fieldMap = array() | |
__construct | ( | $id | ) |
integer | $id | Entity identifier. |
Переопределяется в CatalogStore, Element, ElementCatalog, ElementPrice, ElementProperty, ElementSku, ElementSkuPrice, Iblock, Section, SectionPath, SectionProperty и ElementSkuProperty.
|
protected |
getField | ( | $fieldName | ) |
|
protected |
Loads values from database. Returns true on success.
Переопределяется в CatalogStore, Element, ElementCatalog, ElementPrice, ElementProperty, ElementSku, ElementSkuPrice, ElementSkuProperty, Iblock, Section, SectionPath и SectionProperty.
resolve | ( | $entity | ) |
Used to find entity for template processing.
string | $entity | What to find. |
Переопределяется в CatalogStore, Element, ElementCatalog, ElementPrice, ElementProperty, ElementSku, Iblock и Section.
setFields | ( | array | $fields | ) |
Used to initialize entity fields from some external source.
array | $fields | Entity fields. |
Переопределяется в CatalogStore, Element, ElementCatalog, ElementPrice, ElementProperty, ElementSkuPrice, Section и SectionProperty.