ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
hasEditActionForSuffix (string $suffix) | |
hasViewActionForSuffix (string $suffix) | |
hasActionForSuffix (string $suffix, ActionTarget ... $action_target) | |
getActionForSuffix (string $suffix, ActionTarget $action_target) | |
getEditActionForSuffix (string $suffix) | |
getViewActionForSuffix (string $suffix) | |
getActions () | |
getActionsForTarget (ActionTarget $action_target) | |
getActionsForTargets (ActionTarget ... $action_target) | |
getSupportedSuffixes (ActionTarget ... $action_target) | |
clearSuperfluous (Action ... $actions) | |
store (Action $action, App $for_app) | |
clear () | |
Definition at line 26 of file ActionRepository.php.
ILIAS\WOPI\Discovery\ActionRepository::clear | ( | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\clear().
ILIAS\WOPI\Discovery\ActionRepository::clearSuperfluous | ( | Action ... | $actions | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\storeCollection().
ILIAS\WOPI\Discovery\ActionRepository::getActionForSuffix | ( | string | $suffix, |
ActionTarget | $action_target | ||
) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::getActions | ( | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::getActionsForTarget | ( | ActionTarget | $action_target | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::getActionsForTargets | ( | ActionTarget ... | $action_target | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::getEditActionForSuffix | ( | string | $suffix | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::getSupportedSuffixes | ( | ActionTarget ... | $action_target | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::getViewActionForSuffix | ( | string | $suffix | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::hasActionForSuffix | ( | string | $suffix, |
ActionTarget ... | $action_target | ||
) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::hasEditActionForSuffix | ( | string | $suffix | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
ILIAS\WOPI\Discovery\ActionRepository::hasViewActionForSuffix | ( | string | $suffix | ) |
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
Implemented in ILIAS\WOPI\Discovery\ActionDBRepository.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\store().