Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс SectionValues
+ Граф наследования:SectionValues:

Открытые члены

 __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, $fields, $rows)
 

Подробное описание

См. определение в файле sectionvalues.php строка 9

Конструктор(ы)

◆ __construct()

__construct ( $iblockId,
$sectionId )
Аргументы
integer$iblockIdIblock identifier.
integer$sectionIdSection identifier.

См. определение в файле sectionvalues.php строка 19

Методы

◆ clearValues()

clearValues ( )

Clears section values DB cache

Возвращает
void

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 158

◆ createTemplateEntity()

createTemplateEntity ( )

Creates an entity which will be used to process the templates.

Возвращает
\Bitrix\Iblock\Template\Entity\Base

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 61

◆ getId()

getId ( )

Returns unique identifier of the section.

Возвращает
integer

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 51

◆ getParents()

getParents ( )

Returns all the parents of the section which is array with one element: parent section or iblock.

Возвращает
array[]\Bitrix\Iblock\InheritedProperty\BaseValues

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 72

◆ getType()

getType ( )

Returns type of the entity which will be stored into DB.

Возвращает
string

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 41

◆ getValueTableName()

getValueTableName ( )

Returns the table name where values will be stored.

Возвращает
string

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 31

◆ queryValues()

queryValues ( )

Returns all calculated values of inherited properties for this section.

Возвращает
array[string]string

Переопределяет метод предка BaseValues.

См. определение в файле sectionvalues.php строка 93

Данные класса

◆ $queue

$queue = null
protected

См. определение в файле sectionvalues.php строка 13

◆ $sectionId

$sectionId = 0
protected

См. определение в файле sectionvalues.php строка 11