|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($iblockId, $sectionId) | |
| getValueTableName () | |
| getType () | |
| getId () | |
| createTemplateEntity () | |
| getParents () | |
| queryValues () | |
| clearValues () | |
| Открытые члены унаследованные от BaseValues | |
| __construct ($iblockId) | |
| getIblockId () | |
| getParent () | |
| getValues () | |
| getValue ($propertyCode) | |
| hasTemplates () | |
| deleteValues ($ipropertyId) | |
Защищенные данные | |
| $sectionId = 0 | |
| $queue = null | |
| Защищенные данные унаследованные от BaseValues | |
| $iblockId = null | |
| $values = false | |
| $queue = null | |
Дополнительные унаследованные члены | |
| Открытые статические члены унаследованные от BaseValues | |
| static | queue ($iblockId, $id) |
| Защищенные члены унаследованные от BaseValues | |
| insertValues ($tableName, $primaryFields, $rows) | |
См. определение в файле sectionvalues.php строка 9
| __construct | ( | $iblockId, | |
| $sectionId ) |
| integer | $iblockId | Iblock identifier. |
| integer | $sectionId | Section identifier. |
См. определение в файле sectionvalues.php строка 19
| clearValues | ( | ) |
Clears section values DB cache
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 155
| createTemplateEntity | ( | ) |
Creates an entity which will be used to process the templates.
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 61
| getId | ( | ) |
Returns unique identifier of the section.
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 51
| getParents | ( | ) |
Returns all the parents of the section which is array with one element: parent section or iblock.
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 72
| getType | ( | ) |
Returns type of the entity which will be stored into DB.
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 41
| getValueTableName | ( | ) |
Returns the table name where values will be stored.
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 31
| queryValues | ( | ) |
Returns all calculated values of inherited properties for this section.
Переопределяет метод предка BaseValues.
См. определение в файле sectionvalues.php строка 93
|
protected |
См. определение в файле sectionvalues.php строка 13
|
protected |
См. определение в файле sectionvalues.php строка 11