ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Factory.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2017 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
8 interface Factory
9 {
44  public function standard($name, $aria_label, $size = 'small', $is_disabled = false);
45 
76  public function custom($icon_path, $aria_label, $size = 'small', $is_disabled = false);
77 }
$size
Definition: RandomTest.php:84
This is how a factory for icons looks like.
Definition: Factory.php:8
custom($icon_path, $aria_label, $size='small', $is_disabled=false)
description: purpose: > ILIAS allows users to upload icons for repository objects.
standard($name, $aria_label, $size='small', $is_disabled=false)
description: purpose: > Standard Icons represent ILIAS Objects.