ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Private Member Functions | |
implodeTargets (ActionTarget ... $targets) | |
fromDBRow (array $row) | |
Private Attributes | |
const | TABLE_NAME = 'wopi_action' |
array | $edit_actions = [ActionTarget::EDIT, ActionTarget::EMBED_EDIT] |
array | $view_actions = [ActionTarget::VIEW, ActionTarget::EMBED_VIEW] |
Definition at line 28 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::__construct | ( | private \ilDBInterface | $db | ) |
Definition at line 37 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::clear | ( | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 193 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::clearSuperfluous | ( | Action ... | $actions | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 199 of file ActionDBRepository.php.
References ILIAS\WOPI\Discovery\Action\getId().
|
private |
Definition at line 181 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getActionForSuffix | ( | string | $suffix, |
ActionTarget | $action_target | ||
) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 87 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getActions | ( | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 126 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getActionsForApp | ( | App | $app | ) |
Definition at line 170 of file ActionDBRepository.php.
References ILIAS\WOPI\Discovery\App\getId().
ILIAS\WOPI\Discovery\ActionDBRepository::getActionsForTarget | ( | ActionTarget | $action_target | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 137 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getActionsForTargets | ( | ActionTarget ... | $action_target | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 148 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getEditActionForSuffix | ( | string | $suffix | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 104 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getSupportedSuffixes | ( | ActionTarget ... | $action_target | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 157 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::getViewActionForSuffix | ( | string | $suffix | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 115 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::hasActionForSuffix | ( | string | $suffix, |
ActionTarget ... | $action_target | ||
) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 53 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::hasEditActionForSuffix | ( | string | $suffix | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 77 of file ActionDBRepository.php.
ILIAS\WOPI\Discovery\ActionDBRepository::hasViewActionForSuffix | ( | string | $suffix | ) |
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 82 of file ActionDBRepository.php.
|
private |
Definition at line 42 of file ActionDBRepository.php.
Implements ILIAS\WOPI\Discovery\ActionRepository.
Definition at line 209 of file ActionDBRepository.php.
References ILIAS\WOPI\Discovery\Action\getExtension(), ILIAS\WOPI\Discovery\Action\getId(), ILIAS\WOPI\Discovery\App\getId(), ILIAS\WOPI\Discovery\Action\getLauncherUrl(), ILIAS\WOPI\Discovery\Action\getName(), ILIAS\WOPI\Discovery\Action\getTargetExtension(), ILIAS\WOPI\Discovery\Action\getUrlAppendix(), and ILIAS\WOPI\Discovery\Action\withId().
|
private |
Definition at line 34 of file ActionDBRepository.php.
|
private |
Definition at line 35 of file ActionDBRepository.php.
|
private |
Definition at line 33 of file ActionDBRepository.php.