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

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

 __construct ()
 
 setActions (array $actions)
 
 addAction (Action $action)
 
 getErrorCollection ()
 
 run ()
 
- Открытые члены унаследованные от Base
 addChecker ($checker)
 
 setCheckers (array $checkers)
 
 addResponseModifier ($modifier)
 
 setResponseModifiers (array $modifiers)
 
 getCheckers ()
 
 getResponseModifiers ()
 

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

static create ()
 
- Открытые статические члены унаследованные от Base
static call ($callee, array $parameters=array())
 

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

const REQUEST_METHOD_POST = 'POST'
 
const REQUEST_METHOD_GET = 'GET'
 

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

 giveResponse ()
 
 check ()
 
 findAction ()
 
 process ()
 
 callList (array $list, array $parameters=array())
 

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

 $errors
 
 $action
 
 $actionName
 
 $actions = array()
 
 $request
 
 $response
 
- Защищенные данные унаследованные от Base
 $checkers = array()
 
 $responseModifiers = array()
 

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

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

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

◆ __construct()

__construct ( )

Controller constructor.

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

Методы

◆ addAction()

addAction ( Action $action)

Add action.

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

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

◆ callList()

callList ( array $list,
array $parameters = array() )
protected

Call list.

Аргументы
callable[]$listCallee list.
array$parametersParameters.
Возвращает
void

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

◆ check()

check ( )
protected

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

◆ create()

static create ( )
static

Create instance.

Возвращает
static

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

◆ findAction()

findAction ( )
protected

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

◆ getErrorCollection()

getErrorCollection ( )

Get error collection.

Возвращает
ErrorCollection

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

◆ giveResponse()

giveResponse ( )
protected

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

◆ process()

process ( )
protected

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

◆ run()

run ( )

Run.

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

◆ setActions()

setActions ( array $actions)

Set actions.

Аргументы
Action[]$actionsActions.
Возвращает
$this

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

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

◆ $action

$action
protected

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

◆ $actionName

$actionName
protected

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

◆ $actions

Action[] $actions = array()
protected

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

◆ $errors

$errors
protected

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

◆ $request

HttpRequest $request
protected

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

◆ $response

Response $response
protected

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

◆ REQUEST_METHOD_GET

const REQUEST_METHOD_GET = 'GET'

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

◆ REQUEST_METHOD_POST

const REQUEST_METHOD_POST = 'POST'

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