ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RessourceIDInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
29 public function type(): string;
30
37 public function objID(): int;
38
45 public function subID(): int;
46}
objID()
Object ID (NOT ref_id!) of the parent repository object (e.g for page objects the obj_id of the conte...
type()
(Sub-)Type of the object (e.g st,pg,crs ...) NOTE: In the metadata tables, this corresponds to the fi...
subID()
ID of the object carrying the metadata, which might be a subobject of an enclosing repository object ...