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

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

 exec ()
 

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

 getActions ()
 
 checkPermissions ()
 
 prepareRequestData ()
 
 giveResponse ()
 
 getActionCall ()
 
 hasErrors ()
 
 check ()
 

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

 $errors = array()
 
 $action = null
 
 $responseData = array()
 
 $requestData = array()
 
 $request = array()
 

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

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

Методы

◆ check()

check ( )
protected

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

◆ checkPermissions()

checkPermissions ( )
abstractprotected

◆ exec()

exec ( )

Exec.

Возвращает
void

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

◆ getActionCall()

getActionCall ( )
protected

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

◆ getActions()

getActions ( )
abstractprotected

◆ giveResponse()

giveResponse ( )
protected

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

◆ hasErrors()

hasErrors ( )
protected

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

◆ prepareRequestData()

prepareRequestData ( )
protected

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

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

◆ $action

$action = null
protected

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

◆ $errors

$errors = array()
protected

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

◆ $request

HttpRequest $request = array()
protected

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

◆ $requestData

$requestData = array()
protected

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

◆ $responseData

$responseData = array()
protected

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