ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
FileObjectProperties.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
23
25{
27
28 public function getObjectTypeString(): string
29 {
31 }
32
34 {
35 if ($this->providers === null) {
36 $this->providers = new FileObjectPropertyProviders();
37 }
38 return $this->providers;
39 }
40
41 public function preload(array $object_ids): void
42 {
43 return;
44 }
45}
preload(array $object_ids)
@description To avoid too many roundtrips to the persistence layer on lists of objects,...
getObjectTypeString()
@description This function MUST return the object type string as defined in ObjectDefinitions.
FileObjectPropertyProviders $providers
const OBJECT_TYPE