|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Wiki\Media\PageRetrieval:
Collaboration diagram for ILIAS\Wiki\Media\PageRetrieval:Public Member Functions | |
| __construct (protected PageManager $page_manager, protected ilCtrl $ctrl) | |
| getPossibleTypes () | |
| getAllIDsForType (string $type) | |
| getLinkToSubObject (string $type, int $id) | |
| getTitleOfSubObject (string $type, int $id) | |
| getPossibleTypes () | |
| getAllIDsForType (string $type) | |
| getLinkToSubObject (string $type, int $id) | |
| getTitleOfSubObject (string $type, int $id) | |
Protected Member Functions | |
| getPageTitleByID () | |
Protected Attributes | |
| array | $page_titles_by_id |
Definition at line 28 of file PageRetrieval.php.
| ILIAS\Wiki\Media\PageRetrieval::__construct | ( | protected PageManager | $page_manager, |
| protected ilCtrl | $ctrl | ||
| ) |
Definition at line 35 of file PageRetrieval.php.
| ILIAS\Wiki\Media\PageRetrieval::getAllIDsForType | ( | string | $type | ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 67 of file PageRetrieval.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from(), and ILIAS\Wiki\Media\PageRetrieval\getPageTitleByID().
Here is the call graph for this function:| ILIAS\Wiki\Media\PageRetrieval::getLinkToSubObject | ( | string | $type, |
| int | $id | ||
| ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 75 of file PageRetrieval.php.
References $id.
|
protected |
Definition at line 44 of file PageRetrieval.php.
References ILIAS\Wiki\Media\PageRetrieval\$page_titles_by_id.
Referenced by ILIAS\Wiki\Media\PageRetrieval\getAllIDsForType(), and ILIAS\Wiki\Media\PageRetrieval\getTitleOfSubObject().
Here is the caller graph for this function:| ILIAS\Wiki\Media\PageRetrieval::getPossibleTypes | ( | ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 59 of file PageRetrieval.php.
| ILIAS\Wiki\Media\PageRetrieval::getTitleOfSubObject | ( | string | $type, |
| int | $id | ||
| ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 83 of file PageRetrieval.php.
References $id, and ILIAS\Wiki\Media\PageRetrieval\getPageTitleByID().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file PageRetrieval.php.
Referenced by ILIAS\Wiki\Media\PageRetrieval\getPageTitleByID().