ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
Repository.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
23 interface Repository
24 {
28  public function preload(array $ref_ids): void;
29  public function resetPreloadedData(): void;
30  public function getFor(?int $object_reference_id): ObjectReferenceProperties;
31  public function storePropertyAvailabilityPeriod(AvailabilityPeriod $time_based_activation_property);
32 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
storePropertyAvailabilityPeriod(AvailabilityPeriod $time_based_activation_property)