|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\MetaData\Elements\Factory:Public Member Functions | |
| __construct (DataFactoryInterface $data_factory) | |
| element (int $md_id, DefinitionInterface $definition, string $data_value, Element ... $sub_elements) | |
| root (DefinitionInterface $definition, Element ... $sub_elements) | |
| set (RessourceIDInterface $ressource_id, ElementInterface $root) | |
Protected Attributes | |
| DataFactoryInterface | $data_factory |
Definition at line 29 of file Factory.php.
| ILIAS\MetaData\Elements\Factory::__construct | ( | DataFactoryInterface | $data_factory | ) |
Definition at line 33 of file Factory.php.
References ILIAS\MetaData\Elements\Factory\$data_factory.
| ILIAS\MetaData\Elements\Factory::element | ( | int | $md_id, |
| DefinitionInterface | $definition, | ||
| string | $data_value, | ||
| Element ... | $sub_elements | ||
| ) |
Definition at line 39 of file Factory.php.
References ILIAS\MetaData\Structure\Definitions\DefinitionInterface\dataType().
Here is the call graph for this function:| ILIAS\MetaData\Elements\Factory::root | ( | DefinitionInterface | $definition, |
| Element ... | $sub_elements | ||
| ) |
Definition at line 53 of file Factory.php.
| ILIAS\MetaData\Elements\Factory::set | ( | RessourceIDInterface | $ressource_id, |
| ElementInterface | $root | ||
| ) |
Definition at line 65 of file Factory.php.
|
protected |
Definition at line 31 of file Factory.php.
Referenced by ILIAS\MetaData\Elements\Factory\__construct().