|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Glossary\Media\TermPageRetrieval:
Collaboration diagram for ILIAS\Glossary\Media\TermPageRetrieval:Public Member Functions | |
| __construct (protected ilObjGlossary $glossary, 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 | |
| getTermData () | |
Protected Attributes | |
| array | $term_data |
Definition at line 31 of file TermPageRetrieval.php.
| ILIAS\Glossary\Media\TermPageRetrieval::__construct | ( | protected ilObjGlossary | $glossary, |
| protected ilCtrl | $ctrl | ||
| ) |
Definition at line 35 of file TermPageRetrieval.php.
| ILIAS\Glossary\Media\TermPageRetrieval::getAllIDsForType | ( | string | $type | ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 64 of file TermPageRetrieval.php.
References ILIAS\Glossary\Media\TermPageRetrieval\getTermData().
Here is the call graph for this function:| ILIAS\Glossary\Media\TermPageRetrieval::getLinkToSubObject | ( | string | $type, |
| int | $id | ||
| ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 74 of file TermPageRetrieval.php.
References $id, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\Glossary\Media\TermPageRetrieval::getPossibleTypes | ( | ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 56 of file TermPageRetrieval.php.
|
protected |
Definition at line 41 of file TermPageRetrieval.php.
References ILIAS\Glossary\Media\TermPageRetrieval\$term_data.
Referenced by ILIAS\Glossary\Media\TermPageRetrieval\getAllIDsForType(), and ILIAS\Glossary\Media\TermPageRetrieval\getTitleOfSubObject().
Here is the caller graph for this function:| ILIAS\Glossary\Media\TermPageRetrieval::getTitleOfSubObject | ( | string | $type, |
| int | $id | ||
| ) |
Implements ILIAS\MediaObjects\OverviewGUI\SubObjectRetrieval.
Definition at line 90 of file TermPageRetrieval.php.
References $id, and ILIAS\Glossary\Media\TermPageRetrieval\getTermData().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file TermPageRetrieval.php.
Referenced by ILIAS\Glossary\Media\TermPageRetrieval\getTermData().