ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullRessourceID.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 public function type(): string
26 {
27 return '';
28 }
29
30 public function objID(): int
31 {
32 return 0;
33 }
34
35 public function subID(): int
36 {
37 return 0;
38 }
39}
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 ...