| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\MetaData\Elements\Factory: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().
 Here is the call graph for this function:| 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().