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

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

 getBuilder (SettingsContainer $settings=null)
 
- Открытые члены унаследованные от Controller
 __construct (Request $request=null)
 
 forward ($controller, string $actionName, array $parameters=null)
 
 getConfigurationOfActions ()
 
 getModuleId ()
 
 isLocatedUnderPsr4 ()
 
 getActionUri (string $actionName, array $params=[], bool $absolute=false)
 
 getUnsignedParameters ()
 
 getCurrentUser ()
 
 setCurrentUser (CurrentUser $currentUser)
 
 convertKeysToCamelCase ($data)
 
 listNameActions ()
 
 configureActions ()
 
 getAutoWiredParameters ()
 
 getPrimaryAutoWiredParameter ()
 
 getDefaultAutoWiredParameters ()
 
 getRequest ()
 
 getScope ()
 
 setScope ($scope)
 
 getSourceParametersList ()
 
 setSourceParametersList ($sourceParametersList)
 
 run ($actionName, array $sourceParametersList)
 
 finalizeResponse (Response $response)
 
 generateActionMethodName ($action)
 
 redirectTo ($url)
 
 getErrors ()
 
 getErrorByCode ($code)
 

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

 isCrmModuleInstalled ()
 
 processBeforeAction (Engine\Action $action)
 
 processAfterAction (Engine\Action $action, $result)
 
 getSettingsContainerDefault ()
 
 getFielsPropertyValuesFromRequest ()
 
 toArray (\Bitrix\Sale\Order $order, array $fields=[])
 
 checkReadPermissionEntity ()
 
 checkModifyPermissionEntity ()
 
 checkCreatePermissionEntity ()
 
 checkUpdatePermissionEntity ()
 
 checkDeletePermissionEntity ()
 
 checkPermissionEntity ($name)
 
- Защищенные члены унаследованные от Controller
 init ()
 
 getFilePath ()
 
 processUnsignedParameters ()
 
 getSaltToUnsign ()
 
 writeToLogException (\Throwable $e)
 
 collectDebugInfo ()
 
 logDebugInfo ()
 
 prepareParams ()
 
 processBeforeAction (Action $action)
 
 shouldDecodePostData (Action $action)
 
 decodePostData ()
 
 triggerOnBeforeAction (Action $action)
 
 processAfterAction (Action $action, $result)
 
 triggerOnAfterAction (Action $action, $result)
 
 create ($actionName)
 
 buildActionInstance ($actionName, array $config)
 
 existsAction ($actionName)
 
 getDefaultPreFilters ()
 
 getDefaultPostFilters ()
 
 buildFilters (array $config=null)
 
 appendFilters (array $filters, array $filtersToAppend)
 
 removeFilters (array $filters, array $filtersToRemove)
 
 detachFilters (Action $action)
 
 detachPreFilters (Action $action)
 
 detachPostFilters (Action $action)
 
 getActionConfig ($actionName)
 
 setActionConfig ($actionName, array $config=null)
 
 runProcessingThrowable (\Throwable $throwable)
 
 runProcessingException (\Exception $e)
 
 runProcessingError (\Error $error)
 
 runProcessingBinderThrowable (BinderArgumentException $e)
 
 buildErrorFromException (\Exception $e)
 
 buildErrorFromPhpError (\Error $error)
 
 runProcessingIfUserNotAuthorized ()
 
 runProcessingIfInvalidCsrfToken ()
 
 addError (Error $error)
 
 addErrors (array $errors)
 

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

static getApplication ()
 
static getNavData ($start, $bORM=false)
 

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

- Открытые статические члены унаследованные от Controller
static className ()
 
static getFullEventName ($eventName)
 
- Открытые атрибуты унаследованные от Controller
const SCOPE_REST = 'rest'
 
const SCOPE_AJAX = 'ajax'
 
const SCOPE_CLI = 'cli'
 
const EVENT_ON_BEFORE_ACTION = 'onBeforeAction'
 
const EVENT_ON_AFTER_ACTION = 'onAfterAction'
 
const ERROR_REQUIRED_PARAMETER = 'MAIN_CONTROLLER_22001'
 
const ERROR_UNKNOWN_ACTION = 'MAIN_CONTROLLER_22002'
 
const EXCEPTION_UNKNOWN_ACTION = 22002
 
- Открытые атрибуты унаследованные от Controllerable
const METHOD_ACTION_SUFFIX = 'Action'
 
- Защищенные данные унаследованные от Controller
 $errorCollection
 
 $request
 
Configurator $configurator
 

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

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

Методы

◆ checkCreatePermissionEntity()

checkCreatePermissionEntity ( )
protected

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

◆ checkDeletePermissionEntity()

checkDeletePermissionEntity ( )
protected

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

◆ checkModifyPermissionEntity()

checkModifyPermissionEntity ( )
protected

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

◆ checkPermissionEntity()

checkPermissionEntity ( $name)
protected

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

◆ checkReadPermissionEntity()

checkReadPermissionEntity ( )
protected

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

◆ checkUpdatePermissionEntity()

checkUpdatePermissionEntity ( )
protected

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

◆ getApplication()

static getApplication ( )
staticprotected

@global \CMain $APPLICATION

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

◆ getBuilder()

getBuilder ( SettingsContainer $settings = null)

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

◆ getFielsPropertyValuesFromRequest()

getFielsPropertyValuesFromRequest ( )
protected

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

◆ getNavData()

static getNavData ( $start,
$bORM = false )
staticprotected

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

◆ getSettingsContainerDefault()

getSettingsContainerDefault ( )
protected

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

◆ isCrmModuleInstalled()

isCrmModuleInstalled ( )
protected

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

◆ processAfterAction()

processAfterAction ( Engine\Action $action,
$result )
protected

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

◆ processBeforeAction()

processBeforeAction ( Engine\Action $action)
protected

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

◆ toArray()

toArray ( \Bitrix\Sale\Order $order,
array $fields = [] )
protected

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