ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (SlotIdentifier $slot, Type $type, string $id, string $source, bool $is_active=true, bool $allows_custom_inputs=false, string ... $values) | |
slot () | |
type () | |
id () | |
source () | |
values () | |
isActive () | |
allowsCustomInputs () | |
Protected Attributes | |
SlotIdentifier | $slot |
Type | $type |
string | $id |
string | $source |
bool | $is_active |
bool | $allows_custom_inputs |
array | $values |
Definition at line 25 of file Vocabulary.php.
ILIAS\MetaData\Vocabularies\Vocabulary::__construct | ( | SlotIdentifier | $slot, |
Type | $type, | ||
string | $id, | ||
string | $source, | ||
bool | $is_active = true , |
||
bool | $allows_custom_inputs = false , |
||
string ... | $values | ||
) |
Definition at line 39 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$allows_custom_inputs, ILIAS\MetaData\Vocabularies\Vocabulary\$id, ILIAS\MetaData\Vocabularies\Vocabulary\$is_active, ILIAS\MetaData\Vocabularies\Vocabulary\$slot, ILIAS\MetaData\Vocabularies\Vocabulary\$source, ILIAS\MetaData\Vocabularies\Vocabulary\$type, ILIAS\MetaData\Vocabularies\Vocabulary\$values, ILIAS\MetaData\Vocabularies\Vocabulary\slot(), ILIAS\MetaData\Vocabularies\Vocabulary\source(), ILIAS\MetaData\Vocabularies\Vocabulary\type(), and ILIAS\MetaData\Vocabularies\Vocabulary\values().
ILIAS\MetaData\Vocabularies\Vocabulary::allowsCustomInputs | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 92 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$allows_custom_inputs.
ILIAS\MetaData\Vocabularies\Vocabulary::id | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 67 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$id.
ILIAS\MetaData\Vocabularies\Vocabulary::isActive | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 87 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$is_active.
ILIAS\MetaData\Vocabularies\Vocabulary::slot | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 57 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$slot.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct().
ILIAS\MetaData\Vocabularies\Vocabulary::source | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 72 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$source.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct().
ILIAS\MetaData\Vocabularies\Vocabulary::type | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 62 of file Vocabulary.php.
References ILIAS\MetaData\Vocabularies\Vocabulary\$type.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct().
ILIAS\MetaData\Vocabularies\Vocabulary::values | ( | ) |
Implements ILIAS\MetaData\Vocabularies\VocabularyInterface.
Definition at line 80 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct().
|
protected |
Definition at line 32 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct(), and ILIAS\MetaData\Vocabularies\Vocabulary\allowsCustomInputs().
|
protected |
Definition at line 29 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct(), and ILIAS\MetaData\Vocabularies\Vocabulary\id().
|
protected |
Definition at line 31 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct(), and ILIAS\MetaData\Vocabularies\Vocabulary\isActive().
|
protected |
Definition at line 27 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct(), and ILIAS\MetaData\Vocabularies\Vocabulary\slot().
|
protected |
Definition at line 30 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct(), and ILIAS\MetaData\Vocabularies\Vocabulary\source().
|
protected |
Definition at line 28 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct(), and ILIAS\MetaData\Vocabularies\Vocabulary\type().
|
protected |
Definition at line 37 of file Vocabulary.php.
Referenced by ILIAS\MetaData\Vocabularies\Vocabulary\__construct().