Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Selector

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

 withDefaultMessageCode ()
 
 withMessageCode ($messageCode)
 
 withVersion ($version)
 
 withTypeId ($typeId)
 
 withId ($id)
 
 withTriggers ($include)
 
 get ()
 
 getList ()
 
 hasAny ()
 
 getCategories ()
 
 getCategorized ()
 

Открытые статические члены

static create ()
 

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

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

Методы

◆ create()

static create ( )
static

Create selector instance.

Возвращает
static;

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

◆ get()

get ( )

Get list.

Возвращает
array

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

◆ getCategories()

getCategories ( )

Get categories of list.

Возвращает
array

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

◆ getCategorized()

getCategorized ( )

Get categorized list.

Возвращает
array

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

◆ getList()

getList ( )

Get list.

Возвращает
array

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

◆ hasAny()

hasAny ( )

Return true if it has templates.

Возвращает
bool

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

◆ withDefaultMessageCode()

withDefaultMessageCode ( )

With default message code.

Возвращает
$this

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

◆ withId()

withId ( $id)

With id.

Аргументы
integer$idTemplate ID.
Возвращает
$this

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

◆ withMessageCode()

withMessageCode ( $messageCode)

With message code.

Аргументы
string$messageCodeMessage code.
Возвращает
$this

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

◆ withTriggers()

withTriggers ( $include)

With triggers.

Аргументы
bool$includeInclude triggers.
Возвращает
$this

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

◆ withTypeId()

withTypeId ( $typeId)

With type ID.

Аргументы
integer$typeIdType ID.
Возвращает
$this

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

◆ withVersion()

withVersion ( $version)

With minimal version.

Аргументы
integer$versionVersion.
Возвращает
$this

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