ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (int $obj_id, int $sub_id, string $type) | |
type () | |
(Sub-)Type of the object (e.g st,pg,crs ...) NOTE: In the metadata tables, this corresponds to the field obj_type. More... | |
objID () | |
Object ID (NOT ref_id!) of the parent repository object (e.g for page objects the obj_id of the content object; for media objects this is set to 0, because their object id are not assigned to ref ids) NOTE: In the metadata tables, this corresponds to the field rbac_id. More... | |
subID () | |
ID of the object carrying the metadata, which might be a subobject of an enclosing repository object (e.g for structure objects the obj_id of the structure object). More... | |
Protected Attributes | |
int | $obj_id |
int | $sub_id |
string | $type |
Definition at line 23 of file RessourceID.php.
ILIAS\MetaData\Elements\RessourceID\RessourceID::__construct | ( | int | $obj_id, |
int | $sub_id, | ||
string | $type | ||
) |
Definition at line 29 of file RessourceID.php.
References ILIAS\MetaData\Elements\RessourceID\RessourceID\$obj_id, ILIAS\MetaData\Elements\RessourceID\RessourceID\$sub_id, ILIAS\MetaData\Elements\RessourceID\RessourceID\$type, and ILIAS\MetaData\Elements\RessourceID\RessourceID\type().
ILIAS\MetaData\Elements\RessourceID\RessourceID::objID | ( | ) |
Object ID (NOT ref_id!) of the parent repository object (e.g for page objects the obj_id of the content object; for media objects this is set to 0, because their object id are not assigned to ref ids) NOTE: In the metadata tables, this corresponds to the field rbac_id.
Implements ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface.
Definition at line 44 of file RessourceID.php.
References ILIAS\MetaData\Elements\RessourceID\RessourceID\$obj_id.
ILIAS\MetaData\Elements\RessourceID\RessourceID::subID | ( | ) |
ID of the object carrying the metadata, which might be a subobject of an enclosing repository object (e.g for structure objects the obj_id of the structure object).
Might be the same as the objID. NOTE: In the metadata tables, this corresponds to the field obj_id.
Implements ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface.
Definition at line 49 of file RessourceID.php.
References ILIAS\MetaData\Elements\RessourceID\RessourceID\$sub_id.
ILIAS\MetaData\Elements\RessourceID\RessourceID::type | ( | ) |
(Sub-)Type of the object (e.g st,pg,crs ...) NOTE: In the metadata tables, this corresponds to the field obj_type.
Implements ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface.
Definition at line 39 of file RessourceID.php.
References ILIAS\MetaData\Elements\RessourceID\RessourceID\$type.
Referenced by ILIAS\MetaData\Elements\RessourceID\RessourceID\__construct().
|
protected |
Definition at line 25 of file RessourceID.php.
Referenced by ILIAS\MetaData\Elements\RessourceID\RessourceID\__construct(), and ILIAS\MetaData\Elements\RessourceID\RessourceID\objID().
|
protected |
Definition at line 26 of file RessourceID.php.
Referenced by ILIAS\MetaData\Elements\RessourceID\RessourceID\__construct(), and ILIAS\MetaData\Elements\RessourceID\RessourceID\subID().
|
protected |
Definition at line 27 of file RessourceID.php.
Referenced by ILIAS\MetaData\Elements\RessourceID\RessourceID\__construct(), and ILIAS\MetaData\Elements\RessourceID\RessourceID\type().