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

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

 getTypesAction (string $moduleId, \CRestServer $restServer=null)
 
 preparePublicData (array $field)
 
 getAction (string $moduleId, int $id, \CRestServer $restServer=null)
 
 listAction (string $moduleId, array $select=[' *'], array $order=[], array $filter=[], PageNavigation $pageNavigation=null, \CRestServer $restServer=null)
 
 addAction (string $moduleId, array $field, \CRestServer $restServer=null)
 
 updateAction (string $moduleId, int $id, array $field, \CRestServer $restServer=null)
 
 deleteAction (string $moduleId, int $id, \CRestServer $restServer=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)
 

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

 getDefaultPreFilters ()
 
 getAccess (string $moduleId, ?\CRestServer $restServer=null)
 
 processAfterAction (Action $action, $result)
 
 getEmptyModuleIdError ()
 
 getReadAccessDeniedError ()
 
 getAddAccessDeniedError ()
 
 getUpdateAccessDeniedError ()
 
 getDeleteAccessDeniedError ()
 
 getCommonError ()
 
 prepareFields (array $fields)
 
 fillErrorsFromApplication ()
 
 prepareEnums (array $newEnums, array $currentEnums)
 
 updateEnums (int $id, array $enums, array $currentEnums=[])
 
- Защищенные члены унаследованные от Controller
 init ()
 
 getFilePath ()
 
 processUnsignedParameters ()
 
 getSaltToUnsign ()
 
 writeToLogException (\Throwable $e)
 
 collectDebugInfo ()
 
 logDebugInfo ()
 
 prepareParams ()
 
 processBeforeAction (Action $action)
 
 shouldDecodePostData (Action $action)
 
 decodePostData ()
 
 triggerOnBeforeAction (Action $action)
 
 triggerOnAfterAction (Action $action, $result)
 
 create ($actionName)
 
 buildActionInstance ($actionName, array $config)
 
 existsAction ($actionName)
 
 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)
 

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

- Открытые статические члены унаследованные от 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
 

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

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

Методы

◆ addAction()

addAction ( string $moduleId,
array $field,
\CRestServer $restServer = null )

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

◆ deleteAction()

deleteAction ( string $moduleId,
int $id,
\CRestServer $restServer = null )

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

◆ fillErrorsFromApplication()

fillErrorsFromApplication ( )
protected

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

◆ getAccess()

getAccess ( string $moduleId,
?\CRestServer $restServer = null )
protected

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

◆ getAction()

getAction ( string $moduleId,
int $id,
\CRestServer $restServer = null )

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

◆ getAddAccessDeniedError()

getAddAccessDeniedError ( )
protected

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

◆ getCommonError()

getCommonError ( )
protected

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

◆ getDefaultPreFilters()

getDefaultPreFilters ( )
protected

Returns default pre-filters for action.

Возвращает
array

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

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

◆ getDeleteAccessDeniedError()

getDeleteAccessDeniedError ( )
protected

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

◆ getEmptyModuleIdError()

getEmptyModuleIdError ( )
protected

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

◆ getReadAccessDeniedError()

getReadAccessDeniedError ( )
protected

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

◆ getTypesAction()

getTypesAction ( string $moduleId,
\CRestServer $restServer = null )

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

◆ getUpdateAccessDeniedError()

getUpdateAccessDeniedError ( )
protected

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

◆ listAction()

listAction ( string $moduleId,
array $select = ['*'],
array $order = [],
array $filter = [],
PageNavigation $pageNavigation = null,
\CRestServer $restServer = null )

@noinspection CallableParameterUseCaseInTypeContextInspection

@noinspection CallableParameterUseCaseInTypeContextInspection

@noinspection CallableParameterUseCaseInTypeContextInspection

@noinspection CallableParameterUseCaseInTypeContextInspection

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

◆ prepareEnums()

prepareEnums ( array $newEnums,
array $currentEnums )
protected

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

◆ prepareFields()

prepareFields ( array $fields)
protected

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

◆ preparePublicData()

preparePublicData ( array $field)

@noinspection CallableParameterUseCaseInTypeContextInspection

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

◆ processAfterAction()

processAfterAction ( Action $action,
$result )
protected

Common operations after process action. If the method returns void or null it means that we don't want to modify $result.

Аргументы
Action$action
$result
Возвращает
HttpResponse|mixed|void

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

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

◆ updateAction()

updateAction ( string $moduleId,
int $id,
array $field,
\CRestServer $restServer = null )

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

◆ updateEnums()

updateEnums ( int $id,
array $enums,
array $currentEnums = [] )
protected

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