Открытые члены | |
getAction ($iblock, $elementId, array $select=[' *']) | |
Открытые члены унаследованные от 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) | |
Открытые статические члены | |
static | getAllowedList () |
static | getElementEntityAllowedList () |
static | getPropertyEntityAllowedList () |
Открытые статические члены унаследованные от Controller | |
static | className () |
static | getFullEventName ($eventName) |
Открытые атрибуты | |
const | DEFAULT_LIMIT = 10 |
Открытые атрибуты унаследованные от 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' |
Защищенные статические члены | |
static | prepareSelect ($fields, Entity $entity) |
static | prepareFilter ($filter, Entity $entity) |
static | prepareOrder ($order, Entity $entity) |
static | checkFields ($fields, Entity $entity) |
static | getFilterDefinitions (ConditionTree $filter) |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от Controller | |
$errorCollection | |
$request | |
Configurator | $configurator |
См. определение в файле DefaultElement.php строка 36
|
staticprotected |
См. определение в файле DefaultElement.php строка 212
getAction | ( | $iblock, | |
$elementId, | |||
array | $select = ['*'] ) |
Iblock | $iblock | |
int | $elementId | |
array | $select |
ArgumentException | |
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле DefaultElement.php строка 78
|
static |
См. определение в файле DefaultElement.php строка 45
|
protected |
Returns default pre-filters for action.
Переопределяет метод предка Controller.
См. определение в файле DefaultElement.php строка 40
|
static |
См. определение в файле DefaultElement.php строка 50
|
staticprotected |
См. определение в файле DefaultElement.php строка 365
|
static |
См. определение в файле DefaultElement.php строка 59
|
staticprotected |
См. определение в файле DefaultElement.php строка 195
|
staticprotected |
См. определение в файле DefaultElement.php строка 205
|
staticprotected |
См. определение в файле DefaultElement.php строка 189
const DEFAULT_LIMIT = 10 |
См. определение в файле DefaultElement.php строка 38