ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
LayoutServices.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
23 
27 
33 {
36 
40  public function __construct(string $resource_version)
41  {
42  $this->meta_content = new MetaContent($resource_version);
43  $this->modification_factory = new ModificationFactory();
44  }
45 
49  public function factory(): ModificationFactory
50  {
52  }
53 
57  public function meta(): MetaContent
58  {
59  return $this->meta_content;
60  }
61 }
PhpIncompatibleReturnTypeInspection
trait SingletonTrait
Class SingletonTrait.
__construct(string $resource_version)
LayoutServices constructor.