|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\WOPI\Discovery\AppDBRepository:
Collaboration diagram for ILIAS\WOPI\Discovery\AppDBRepository: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.
Here is the call graph for this function:
|
private |
Definition at line 49 of file AppDBRepository.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\getApps().
Here is the caller graph for this function:| 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.
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file AppDBRepository.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\clear(), and ILIAS\WOPI\Discovery\AppDBRepository\getApps().