ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private \ilDBInterface $db) | |
getApps (ActionRepository $action_repository) | |
storeCollection (Apps $apps, ActionRepository $action_repository) | |
clear (ActionRepository $action_repository) | |
store (App $app, ActionRepository $action_repository) | |
getApps (ActionRepository $action_repository) | |
storeCollection (Apps $apps, ActionRepository $action_repository) | |
store (App $app, ActionRepository $action_repository) | |
clear (ActionRepository $action_repository) | |
Protected Attributes | |
const | TABLE_NAME = 'wopi_app' |
Private Member Functions | |
fromDBRow (array $row, ActionRepository $action_repository) | |
Definition at line 28 of file AppDBRepository.php.
ILIAS\WOPI\Discovery\AppDBRepository::__construct | ( | private \ilDBInterface | $db | ) |
Definition at line 32 of file AppDBRepository.php.
ILIAS\WOPI\Discovery\AppDBRepository::clear | ( | ActionRepository | $action_repository | ) |
Implements ILIAS\WOPI\Discovery\AppRepository.
Definition at line 70 of file AppDBRepository.php.
References ILIAS\WOPI\Discovery\ActionRepository\clear(), and ILIAS\WOPI\Discovery\AppDBRepository\TABLE_NAME.
|
private |
Definition at line 49 of file AppDBRepository.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\getApps().
ILIAS\WOPI\Discovery\AppDBRepository::getApps | ( | ActionRepository | $action_repository | ) |
Implements ILIAS\WOPI\Discovery\AppRepository.
Definition at line 37 of file AppDBRepository.php.
References ILIAS\WOPI\Discovery\AppDBRepository\fromDBRow(), and ILIAS\WOPI\Discovery\AppDBRepository\TABLE_NAME.
ILIAS\WOPI\Discovery\AppDBRepository::store | ( | App | $app, |
ActionRepository | $action_repository | ||
) |
Implements ILIAS\WOPI\Discovery\AppRepository.
Definition at line 77 of file AppDBRepository.php.
References ILIAS\WOPI\Discovery\App\getActions(), ILIAS\WOPI\Discovery\App\getFavicon(), ILIAS\WOPI\Discovery\App\getId(), ILIAS\WOPI\Discovery\App\getName(), and ILIAS\WOPI\Discovery\ActionRepository\store().
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\storeCollection().
ILIAS\WOPI\Discovery\AppDBRepository::storeCollection | ( | Apps | $apps, |
ActionRepository | $action_repository | ||
) |
Implements ILIAS\WOPI\Discovery\AppRepository.
Definition at line 59 of file AppDBRepository.php.
References ILIAS\WOPI\Discovery\ActionRepository\clearSuperfluous(), ILIAS\WOPI\Discovery\Apps\getApps(), and ILIAS\WOPI\Discovery\AppDBRepository\store().
|
protected |
Definition at line 30 of file AppDBRepository.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\clear(), and ILIAS\WOPI\Discovery\AppDBRepository\getApps().