ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Factory.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2016 Jesús López <lopez@leifos.com> Extended GPL, see docs/LICENSE */
4
6
10interface Factory
11{
12
34 public function standard($title, $image = null);
35
36
68 public function repositoryObject($title, $image);
69}
An exception for terminatinating execution or to throw for unit testing.
This is how the factory for UI elements looks.
Definition: Factory.php:11
repositoryObject($title, $image)
standard($title, $image=null)