ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 
10 interface Factory
11 {
12 
34  public function standard($title, $image = null);
35 
36 
68  public function repositoryObject($title, $image);
69 }
This is how the factory for UI elements looks.
Definition: Factory.php:10
repositoryObject($title, $image)
description: purpose: > Repository Object cards are used in contexts that more visual information ab...
standard($title, $image=null)
description: purpose: > The Standard Card is the default Card to be used in ILIAS.