ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 interface Factory
27 {
37  public function page(): Page\Factory;
38 
87  public function alignment(): Alignment\Factory;
88 }
page()
description: purpose: > The Page is the user&#39;s view upon ILIAS in total.
This is what a factory for alignment layouts looks like.
Definition: Factory.php:26
alignment()
description: purpose: > An Alignment positions content blocks in relation to each other and defines ...
This is what a factory for layouts looks like.
Definition: Factory.php:26