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

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

 __construct ($params)
 
 setUserId (?int $userId)
 
 setGroupId (?int $groupId)
 
 getRequest ()
 
 setFilter (array $value=[])
 
 getFilter ()
 
 setFilterKey ($key='', $value=false)
 
 addFilter ($key='', $value=false)
 
 unsetFilterKey ($key='')
 
 getFilterKey ($key='')
 
 setOrder (array $value=[])
 
 setOrderKey ($key='', $value=false)
 
 getOrder ()
 
 getOrderKey ($key='')
 
 setListParams (array $value=[])
 
 setListParamsKey ($key='', $value=false)
 
 getListParams ()
 
 getListParamsKey ($key='')
 
 setNavParams ($value=false)
 
 getNavParams ()
 
 setFirstPage ($value=false)
 
 getFirstPage ()
 
 getUnreadTaskCommentsIdList (&$result)
 
 getResultTaskCommentsIdList (&$result)
 
 getMicroblogUserId (&$result)
 
 setContext ()
 
 isSpace ()
 

Защищенные члены

 getComponent ()
 

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

static getUnreadCommentsIdList ($params)
 

Защищенные данные

 $component
 
 $request
 
 $filter = []
 
 $order = [ 'LOG_DATE' => 'DESC' ]
 
 $listParams = []
 
 $navParams = false
 
 $firstPage = false
 
string $context = ''
 
int $userId = 0
 
int $groupId = 0
 

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

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

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

◆ __construct()

__construct ( $params)

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

Методы

◆ addFilter()

addFilter ( $key = '',
$value = false )

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

◆ getComponent()

getComponent ( )
protected

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

◆ getFilter()

getFilter ( )

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

◆ getFilterKey()

getFilterKey ( $key = '')

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

◆ getFirstPage()

getFirstPage ( )

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

◆ getListParams()

getListParams ( )

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

◆ getListParamsKey()

getListParamsKey ( $key = '')

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

◆ getMicroblogUserId()

getMicroblogUserId ( & $result)

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

◆ getNavParams()

getNavParams ( )

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

◆ getOrder()

getOrder ( )

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

◆ getOrderKey()

getOrderKey ( $key = '')

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

◆ getRequest()

getRequest ( )

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

◆ getResultTaskCommentsIdList()

getResultTaskCommentsIdList ( & $result)

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

◆ getUnreadCommentsIdList()

static getUnreadCommentsIdList ( $params)
staticprotected

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

◆ getUnreadTaskCommentsIdList()

getUnreadTaskCommentsIdList ( & $result)

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

◆ isSpace()

isSpace ( )

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

◆ setContext()

setContext ( )

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

◆ setFilter()

setFilter ( array $value = [])

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

◆ setFilterKey()

setFilterKey ( $key = '',
$value = false )

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

◆ setFirstPage()

setFirstPage ( $value = false)

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

◆ setGroupId()

setGroupId ( ?int $groupId)

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

◆ setListParams()

setListParams ( array $value = [])

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

◆ setListParamsKey()

setListParamsKey ( $key = '',
$value = false )

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

◆ setNavParams()

setNavParams ( $value = false)

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

◆ setOrder()

setOrder ( array $value = [])

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

◆ setOrderKey()

setOrderKey ( $key = '',
$value = false )

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

◆ setUserId()

setUserId ( ?int $userId)

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

◆ unsetFilterKey()

unsetFilterKey ( $key = '')

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

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

◆ $component

$component
protected

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

◆ $context

string $context = ''
protected

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

◆ $filter

$filter = []
protected

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

◆ $firstPage

$firstPage = false
protected

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

◆ $groupId

int $groupId = 0
protected

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

◆ $listParams

$listParams = []
protected

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

◆ $navParams

$navParams = false
protected

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

◆ $order

$order = [ 'LOG_DATE' => 'DESC' ]
protected

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

◆ $request

$request
protected

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

◆ $userId

int $userId = 0
protected

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