| 1 | <?php |
||
| 20 | class IconFactory { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Creates a Font Awesome icon. |
||
| 24 | * |
||
| 25 | * @return FontAwesomeIconInterface Returns a Font Awesome icon. |
||
| 26 | */ |
||
| 27 | public static function newFontAwesomeIcon() { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Creates a Material design iconic font icon |
||
| 33 | * |
||
| 34 | * @return MaterialDesignIconicFontIconInterface Returns a new Material design iconic font icon. |
||
| 35 | */ |
||
| 36 | public static function newMaterialDesignIconicFontIcon() { |
||
| 39 | |||
| 40 | } |
||
| 41 |