ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
|
Public Member Functions | |
__construct (CreationRepositoryInterface $creation_repo, ReaderInterface $reader, InfosInterface $infos, ActionsInterface $actions) | |
getAllVocabularies () | |
getVocabulary (string $vocab_id) | |
infos () | |
actions () | |
controlledVocabularyCreator () | |
Protected Attributes | |
CreationRepositoryInterface | $creation_repo |
ReaderInterface | $reader |
InfosInterface | $infos |
ActionsInterface | $actions |
Definition at line 30 of file Manager.php.
ILIAS\MetaData\Vocabularies\Manager\Manager::__construct | ( | CreationRepositoryInterface | $creation_repo, |
ReaderInterface | $reader, | ||
InfosInterface | $infos, | ||
ActionsInterface | $actions | ||
) |
Definition at line 37 of file Manager.php.
References ILIAS\MetaData\Vocabularies\Manager\Manager\$actions, ILIAS\MetaData\Vocabularies\Manager\Manager\$creation_repo, ILIAS\MetaData\Vocabularies\Manager\Manager\$infos, ILIAS\MetaData\Vocabularies\Manager\Manager\$reader, ILIAS\MetaData\Vocabularies\Manager\Manager\actions(), and ILIAS\MetaData\Vocabularies\Manager\Manager\infos().
ILIAS\MetaData\Vocabularies\Manager\Manager::actions | ( | ) |
Implements ILIAS\MetaData\Vocabularies\Manager\ManagerInterface.
Definition at line 67 of file Manager.php.
References ILIAS\MetaData\Vocabularies\Manager\Manager\$actions.
Referenced by ILIAS\MetaData\Vocabularies\Manager\Manager\__construct().
ILIAS\MetaData\Vocabularies\Manager\Manager::controlledVocabularyCreator | ( | ) |
Implements ILIAS\MetaData\Vocabularies\Manager\ManagerInterface.
Definition at line 72 of file Manager.php.
References ILIAS\MetaData\Vocabularies\Manager\Manager\$creation_repo.
ILIAS\MetaData\Vocabularies\Manager\Manager::getAllVocabularies | ( | ) |
Implements ILIAS\MetaData\Vocabularies\Manager\ManagerInterface.
Definition at line 52 of file Manager.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
ILIAS\MetaData\Vocabularies\Manager\Manager::getVocabulary | ( | string | $vocab_id | ) |
Implements ILIAS\MetaData\Vocabularies\Manager\ManagerInterface.
Definition at line 57 of file Manager.php.
ILIAS\MetaData\Vocabularies\Manager\Manager::infos | ( | ) |
Implements ILIAS\MetaData\Vocabularies\Manager\ManagerInterface.
Definition at line 62 of file Manager.php.
References ILIAS\MetaData\Vocabularies\Manager\Manager\$infos.
Referenced by ILIAS\MetaData\Vocabularies\Manager\Manager\__construct().
|
protected |
Definition at line 35 of file Manager.php.
Referenced by ILIAS\MetaData\Vocabularies\Manager\Manager\__construct(), and ILIAS\MetaData\Vocabularies\Manager\Manager\actions().
|
protected |
Definition at line 32 of file Manager.php.
Referenced by ILIAS\MetaData\Vocabularies\Manager\Manager\__construct(), and ILIAS\MetaData\Vocabularies\Manager\Manager\controlledVocabularyCreator().
|
protected |
Definition at line 34 of file Manager.php.
Referenced by ILIAS\MetaData\Vocabularies\Manager\Manager\__construct(), and ILIAS\MetaData\Vocabularies\Manager\Manager\infos().
|
protected |
Definition at line 33 of file Manager.php.
Referenced by ILIAS\MetaData\Vocabularies\Manager\Manager\__construct().