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

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

 getController ()
 
 setController (Controller $controller)
 
- Открытые члены унаследованные от Binder
 __construct ($instance, $method, $configuration=[])
 
 getInstance ()
 
 getMethod ()
 
 getConfiguration ()
 
 setConfiguration ($configuration)
 
 setAutoWiredParameters (array $parameters)
 
 appendAutoWiredParameter (Parameter $parameter)
 
 getAutoWiredParameters ()
 
 setSourcesParametersToMap (array $parameters)
 
 getSourcesParametersToMap ()
 
 appendSourcesParametersToMap (array $parameter)
 
 invoke ()
 
 getMethodParams ()
 
 setMethodParams (array $params)
 
 getArgs ()
 

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

 constructValue (\ReflectionParameter $parameter, Parameter $autoWireParameter, Result $captureResult)
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Binder
static buildForFunction ($callable, $configuration=[])
 
static buildForMethod ($instance, $method, $configuration=[])
 
static registerGlobalAutoWiredParameter (Parameter $parameter)
 
static unRegisterGlobalAutoWiredParameter (Parameter $parameter)
 
- Открытые атрибуты унаследованные от Binder
const STATUS_FOUND = true
 
const STATUS_NOT_FOUND = false
 

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

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

Методы

◆ constructValue()

constructValue ( \ReflectionParameter $parameter,
Parameter $autoWireParameter,
Result $captureResult )
protected

Переопределяет метод предка Binder.

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

◆ getController()

getController ( )

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

◆ setController()

setController ( Controller $controller)

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