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
8interface 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
An exception for terminatinating execution or to throw for unit testing.
This is how a factory for icons looks like.
Definition: Factory.php:9
custom($icon_path, $aria_label, $size='small', $is_disabled=false)
standard($name, $aria_label, $size='small', $is_disabled=false)