Открытые члены | |
getDefaultPreFilters () | |
downloadAction (string $scope, int $blockId, int $fileId) | |
viewAction (string $scope, int $blockId, int $fileId) | |
infoAction (int $fileId, string $scope, int $landingId) | |
Открытые члены унаследованные от 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 | getDownloadLink (string $scope, int $blockId, ?int $fileId=null) |
Открытые статические члены унаследованные от Controller | |
static | className () |
static | getFullEventName ($eventName) |
См. определение в файле diskfile.php строка 12
downloadAction | ( | string | $scope, |
int | $blockId, | ||
int | $fileId ) |
Downloads file after check permissions.
string | $scope | Scope code (site type). |
int | $blockId | Block id. |
int | $fileId | File id. |
См. определение в файле diskfile.php строка 90
getDefaultPreFilters | ( | ) |
Returns default pre-filters for action.
Переопределяет метод предка Controller.
См. определение в файле diskfile.php строка 18
|
static |
Returns URL for download action.
string | $scope | Scope code (site type). |
int | $blockId | Block id. |
int | null | $fileId | File id. |
См. определение в файле diskfile.php строка 31
infoAction | ( | int | $fileId, |
string | $scope, | ||
int | $landingId ) |
Returns raw file info.
int | $fileId | File id. |
См. определение в файле diskfile.php строка 137
viewAction | ( | string | $scope, |
int | $blockId, | ||
int | $fileId ) |
Returns file info for viewer after check permissions.
string | $scope | Scope code (site type). |
int | $blockId | Block id. |
int | $fileId | File id. |
См. определение в файле diskfile.php строка 113