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

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

static getTableName ()
 
static getMap ()
 
static processQueueAutoRemoveAgent ()
 
static processQueueAgent ($type)
 
static onAfterAdd (Entity\Event $event)
 

Открытые атрибуты

const MODULE_ID = 'seo'
 
const PORTION_QUANTITY = 50
 
const ACTION_IMPORT = 'IMP'
 
const ACTION_IMPORT_AND_AUTO_REMOVE = 'IAR'
 
const ACTION_REMOVE = 'REM'
 
const ACTION_AUTO_REMOVE = 'ARM'
 

Защищенные статические члены

static processQueueAutoRemoveAgentName ()
 
static getProcessQueueAgentName ($type)
 
static processQueue ($type)
 
static divideListIntoPortions ($list)
 
static addQueueAutoRemoveAgent ()
 
static addQueueAgent ($type)
 

Статические защищенные данные

static $isAgentAdded = array()
 

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

Class QueueTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_Queue_Query query() @method static EO_Queue_Result getByPrimary($primary, array $parameters = array()) @method static EO_Queue_Result getById($id) @method static EO_Queue_Result getList(array $parameters = array()) @method static EO_Queue_Entity getEntity() @method static \Bitrix\Seo\Retargeting\Internals\EO_Queue createObject($setDefaultValues = true) @method static \Bitrix\Seo\Retargeting\Internals\EO_Queue_Collection createCollection() @method static \Bitrix\Seo\Retargeting\Internals\EO_Queue wakeUpObject($row) @method static \Bitrix\Seo\Retargeting\Internals\EO_Queue_Collection wakeUpCollection($rows)

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

Методы

◆ addQueueAgent()

static addQueueAgent ( $type)
staticprotected

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

◆ addQueueAutoRemoveAgent()

static addQueueAutoRemoveAgent ( )
staticprotected

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

◆ divideListIntoPortions()

static divideListIntoPortions ( $list)
staticprotected

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

◆ getMap()

static getMap ( )
static

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

◆ getProcessQueueAgentName()

static getProcessQueueAgentName ( $type)
staticprotected

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

◆ getTableName()

static getTableName ( )
static

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

◆ onAfterAdd()

static onAfterAdd ( Entity\Event $event)
static

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

◆ processQueue()

static processQueue ( $type)
staticprotected

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

◆ processQueueAgent()

static processQueueAgent ( $type)
static

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

◆ processQueueAutoRemoveAgent()

static processQueueAutoRemoveAgent ( )
static

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

◆ processQueueAutoRemoveAgentName()

static processQueueAutoRemoveAgentName ( )
staticprotected

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

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

◆ $isAgentAdded

$isAgentAdded = array()
staticprotected

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

◆ ACTION_AUTO_REMOVE

const ACTION_AUTO_REMOVE = 'ARM'

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

◆ ACTION_IMPORT

const ACTION_IMPORT = 'IMP'

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

◆ ACTION_IMPORT_AND_AUTO_REMOVE

const ACTION_IMPORT_AND_AUTO_REMOVE = 'IAR'

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

◆ ACTION_REMOVE

const ACTION_REMOVE = 'REM'

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

◆ MODULE_ID

const MODULE_ID = 'seo'

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

◆ PORTION_QUANTITY

const PORTION_QUANTITY = 50

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