ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
4 
8 interface Factory
9 {
20  public function page() : Page\Factory;
21 }
page()
description: purpose: > The Page is the user&#39;s view upon ILIAS in total.
This is what a factory for layouts looks like.
Definition: Factory.php:8
This is how a factory for buttons looks like.
Definition: Factory.php:12