ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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... | |
![]() | |
__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\GlobalScreen\Provider\__construct().
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().