ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (InfosInterface $infos, ControlledRepo $controlled_repo, StandardRepo $standard_repo) | |
activate (VocabularyInterface $vocabulary) | |
deactivate (VocabularyInterface $vocabulary) | |
allowCustomInput (VocabularyInterface $vocabulary) | |
disallowCustomInput (VocabularyInterface $vocabulary) | |
delete (VocabularyInterface $vocabulary) | |
Protected Attributes | |
InfosInterface | $infos |
ControlledRepo | $controlled_repo |
StandardRepo | $standard_repo |
Definition at line 29 of file Actions.php.
ILIAS\MetaData\Vocabularies\Dispatch\Actions::__construct | ( | InfosInterface | $infos, |
ControlledRepo | $controlled_repo, | ||
StandardRepo | $standard_repo | ||
) |
Definition at line 35 of file Actions.php.
References ILIAS\MetaData\Vocabularies\Dispatch\Actions\$controlled_repo, ILIAS\MetaData\Vocabularies\Dispatch\Actions\$infos, and ILIAS\MetaData\Vocabularies\Dispatch\Actions\$standard_repo.
ILIAS\MetaData\Vocabularies\Dispatch\Actions::activate | ( | VocabularyInterface | $vocabulary | ) |
Implements ILIAS\MetaData\Vocabularies\Dispatch\ActionsInterface.
Definition at line 45 of file Actions.php.
References ILIAS\MetaData\Vocabularies\COPYRIGHT, ILIAS\MetaData\Vocabularies\VocabularyInterface\id(), ILIAS\MetaData\Vocabularies\VocabularyInterface\slot(), and ILIAS\MetaData\Vocabularies\VocabularyInterface\type().
ILIAS\MetaData\Vocabularies\Dispatch\Actions::allowCustomInput | ( | VocabularyInterface | $vocabulary | ) |
Implements ILIAS\MetaData\Vocabularies\Dispatch\ActionsInterface.
Definition at line 91 of file Actions.php.
References ILIAS\MetaData\Vocabularies\COPYRIGHT, ILIAS\MetaData\Vocabularies\VocabularyInterface\id(), and ILIAS\MetaData\Vocabularies\VocabularyInterface\type().
ILIAS\MetaData\Vocabularies\Dispatch\Actions::deactivate | ( | VocabularyInterface | $vocabulary | ) |
Implements ILIAS\MetaData\Vocabularies\Dispatch\ActionsInterface.
Definition at line 66 of file Actions.php.
References ILIAS\MetaData\Vocabularies\COPYRIGHT, ILIAS\MetaData\Vocabularies\VocabularyInterface\id(), ILIAS\MetaData\Vocabularies\VocabularyInterface\slot(), and ILIAS\MetaData\Vocabularies\VocabularyInterface\type().
ILIAS\MetaData\Vocabularies\Dispatch\Actions::delete | ( | VocabularyInterface | $vocabulary | ) |
Implements ILIAS\MetaData\Vocabularies\Dispatch\ActionsInterface.
Definition at line 138 of file Actions.php.
References ILIAS\MetaData\Vocabularies\COPYRIGHT.
ILIAS\MetaData\Vocabularies\Dispatch\Actions::disallowCustomInput | ( | VocabularyInterface | $vocabulary | ) |
Implements ILIAS\MetaData\Vocabularies\Dispatch\ActionsInterface.
Definition at line 113 of file Actions.php.
References ILIAS\MetaData\Vocabularies\COPYRIGHT, ILIAS\MetaData\Vocabularies\VocabularyInterface\id(), and ILIAS\MetaData\Vocabularies\VocabularyInterface\type().
|
protected |
Definition at line 32 of file Actions.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Actions\__construct().
|
protected |
Definition at line 31 of file Actions.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Actions\__construct().
|
protected |
Definition at line 33 of file Actions.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Actions\__construct().