Открытые члены | |
__construct ($iblockId, $elementId) | |
getValueTableName () | |
getType () | |
getId () | |
createTemplateEntity () | |
setParents ($sectionId) | |
getParents () | |
queryValues () | |
clearValues () | |
Открытые члены унаследованные от BaseValues | |
__construct ($iblockId) | |
getIblockId () | |
getParent () | |
getValues () | |
getValue ($propertyCode) | |
hasTemplates () | |
deleteValues ($ipropertyId) | |
Защищенные данные | |
$sectionId = 0 | |
$elementId = 0 | |
Защищенные данные унаследованные от BaseValues | |
$iblockId = null | |
$values = false | |
$queue = null | |
Дополнительные унаследованные члены | |
Открытые статические члены унаследованные от BaseValues | |
static | queue ($iblockId, $id) |
Защищенные члены унаследованные от BaseValues | |
insertValues ($tableName, $fields, $rows) | |
См. определение в файле elementvalues.php строка 9
__construct | ( | $iblockId, | |
$elementId ) |
integer | $iblockId | Iblock identifier. |
integer | $elementId | Element identifier. |
См. определение в файле elementvalues.php строка 18
clearValues | ( | ) |
Clears element values DB cache
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 203
createTemplateEntity | ( | ) |
Creates an entity which will be used to process the templates.
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 60
getId | ( | ) |
Returns unique identifier of the element.
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 50
getParents | ( | ) |
Returns all the parents of the element which is array with one element: parent section with minimal identifier or iblock.
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 94
getType | ( | ) |
Returns type of the entity which will be stored into DB.
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 40
getValueTableName | ( | ) |
Returns the table name where values will be stored.
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 30
queryValues | ( | ) |
Returns all calculated values of inherited properties for this element.
Переопределяет метод предка BaseValues.
См. определение в файле elementvalues.php строка 126
setParents | ( | $sectionId | ) |
Sets parent to minimal value from array or to $sectionId.
array[]integer|integer | $sectionId Section identifier. |
См. определение в файле elementvalues.php строка 72
|
protected |
См. определение в файле elementvalues.php строка 12
|
protected |
См. определение в файле elementvalues.php строка 11