| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\MetaData\Elements\Set:
 Collaboration diagram for ILIAS\MetaData\Elements\Set:Public Member Functions | |
| __construct (RessourceIDInterface $ressource_id, ElementInterface $root) | |
| getRessourceID () | |
| Contains the information needed to identify the ILIAS object this metadata set belongs to.  More... | |
| getRoot () | |
| Returns the root element of the metadata set.  More... | |
  Public Member Functions inherited from ILIAS\MetaData\Elements\Base\BaseSet | |
| __construct (BaseElementInterface $root) | |
| __clone () | |
| getRoot () | |
| Returns the root element of the metadata set.  More... | |
Private Attributes | |
| RessourceIDInterface | $ressource_id | 
| ILIAS\MetaData\Elements\Set::__construct | ( | RessourceIDInterface | $ressource_id, | 
| ElementInterface | $root | ||
| ) | 
Definition at line 30 of file Set.php.
References ILIAS\MetaData\Elements\Set\$ressource_id, and ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:| ILIAS\MetaData\Elements\Set::getRessourceID | ( | ) | 
Contains the information needed to identify the ILIAS object this metadata set belongs to.
Implements ILIAS\MetaData\Elements\SetInterface.
Definition at line 38 of file Set.php.
References ILIAS\MetaData\Elements\Set\$ressource_id.
| ILIAS\MetaData\Elements\Set::getRoot | ( | ) | 
Returns the root element of the metadata set.
Implements ILIAS\MetaData\Elements\SetInterface.
Definition at line 43 of file Set.php.
References ILIAS\MetaData\Elements\Base\BaseSet\$root.
      
  | 
  private | 
Definition at line 28 of file Set.php.
Referenced by ILIAS\MetaData\Elements\Set\__construct(), and ILIAS\MetaData\Elements\Set\getRessourceID().