ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26interface Factory
27{
47 public function form(): Form\Factory;
48
176 public function filter(): Filter\Factory;
177
207 public function viewControl(): ViewControl\Factory;
208}
This is what a factory for input containers looks like.
Definition: Factory.php:27