|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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... | |
| getRoot () | |
| Returns the root element of the metadata set. More... | |
| 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... | |
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, ILIAS\MetaData\Elements\Base\BaseSet\$root, and ILIAS\GlobalScreen\Provider\__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.
Reimplemented from ILIAS\MetaData\Elements\Base\BaseSet.
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().