Открытые члены | |
configureActions () | |
createChatFromMessageAction (int $messageId) | |
onCalendarSaveAction (int $messageId, int $calendarEventId) | |
getCalendarEventDataFromMessageAction (int $messageId) | |
Открытые члены унаследованные от 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 () | |
getAutoWiredParameters () | |
getPrimaryAutoWiredParameter () | |
getDefaultAutoWiredParameters () | |
getRequest () | |
getScope () | |
setScope ($scope) | |
getSourceParametersList () | |
setSourceParametersList ($sourceParametersList) | |
run ($actionName, array $sourceParametersList) | |
finalizeResponse (Response $response) | |
generateActionMethodName ($action) | |
redirectTo ($url) | |
getErrors () | |
getErrorByCode ($code) | |
Дополнительные унаследованные члены | |
Открытые статические члены унаследованные от 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 |
См. определение в файле secretary.php строка 17
configureActions | ( | ) |
Configure actions.
Переопределяет метод предка Controller.
См. определение в файле secretary.php строка 33
createChatFromMessageAction | ( | int | $messageId | ) |
Create chat for mail message or go back to existing chat.
int | $messageId | mail message id |
Bitrix\Main\LoaderException
См. определение в файле secretary.php строка 73
getCalendarEventDataFromMessageAction | ( | int | $messageId | ) |
Prepare name and description for new calendar event, created from mail message.
int | $messageId |
Bitrix\Main\LoaderException
См. определение в файле secretary.php строка 344
onCalendarSaveAction | ( | int | $messageId, |
int | $calendarEventId ) |
См. определение в файле secretary.php строка 151
|
protected |
Common operations before process action.
Action | $action |
Переопределяет метод предка Controller.
См. определение в файле secretary.php строка 19