ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (DataFactoryInterface $data_factory) | |
element (int $md_id, DefinitionInterface $definition, string $data_value, SlotIdentifier $vocab_slot=SlotIdentifier::NULL, Element ... $sub_elements) | |
root (DefinitionInterface $definition, Element ... $sub_elements) | |
set (RessourceIDInterface $ressource_id, ElementInterface $root) | |
Protected Attributes | |
DataFactoryInterface | $data_factory |
Definition at line 30 of file Factory.php.
ILIAS\MetaData\Elements\Factory::__construct | ( | DataFactoryInterface | $data_factory | ) |
Definition at line 34 of file Factory.php.
References ILIAS\MetaData\Elements\Factory\$data_factory.
ILIAS\MetaData\Elements\Factory::element | ( | int | $md_id, |
DefinitionInterface | $definition, | ||
string | $data_value, | ||
SlotIdentifier | $vocab_slot = SlotIdentifier::NULL , |
||
Element ... | $sub_elements | ||
) |
Definition at line 40 of file Factory.php.
References ILIAS\MetaData\Structure\Definitions\DefinitionInterface\dataType().
ILIAS\MetaData\Elements\Factory::root | ( | DefinitionInterface | $definition, |
Element ... | $sub_elements | ||
) |
Definition at line 55 of file Factory.php.
ILIAS\MetaData\Elements\Factory::set | ( | RessourceIDInterface | $ressource_id, |
ElementInterface | $root | ||
) |
Definition at line 67 of file Factory.php.
|
protected |
Definition at line 32 of file Factory.php.
Referenced by ILIAS\MetaData\Elements\Factory\__construct().