ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjectTypeSpecificProperties.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
24 {
28  public function getObjectTypeString(): string;
31 
39  public function preload(array $object_ids): void;
40 }
preload(array $object_ids)
To avoid too many roundtrips to the persistence layer on lists of objects, please implement an effici...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getObjectTypeString()
This function MUST return the object type string as defined in ObjectDefinitions. ...