ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ObjectTypeSpecificProperties.php
Go to the documentation of this file.
1 <?php
2 
20 
22 {
26  public function getObjectTypeString(): string;
29 
37  public function preload(array $object_ids): void;
38 }
preload(array $object_ids)
To avoid too many roundtrips to the persistence layer on lists of objects, please implement an effici...
getObjectTypeString()
This function MUST return the object type string as defined in ObjectDefinitions. ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...