ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NullRessourceID.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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...
subID()
ID of the object carrying the metadata, which might be a subobject of an enclosing repository object ...
type()
(Sub-)Type of the object (e.g st,pg,crs ...) NOTE: In the metadata tables, this corresponds to the fi...