-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
48 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,14 @@ | |
* | ||
* @access public | ||
* @author Dieter Raber, <[email protected]> | ||
* @date 2024-07-25 14:25:33 | ||
* @date 2024-07-31 09:47:33 | ||
* @package tao | ||
*/ | ||
class tao_helpers_Icon | ||
{ | ||
use IconBuilderTrait; | ||
|
||
public const CLASS_ALIGN_CENTER = 'icon-align-center'; | ||
public const CLASS_MULTIPLE_MAGICWAND = 'icon-multiple-magicwand'; | ||
public const CLASS_SD_IMPORT = 'icon-sd-import'; | ||
public const CLASS_SD_EXPORT = 'icon-sd-export'; | ||
|
@@ -273,6 +274,11 @@ class tao_helpers_Icon | |
public const CLASS_ELIMINATE_CROSSED = 'icon-eliminate-crossed'; | ||
public const CLASS_PLAY_FROM_HERE = 'icon-play-from-here'; | ||
|
||
public static function iconAlignCenter(array $options = []) | ||
{ | ||
return self::buildIcon(self::CLASS_ALIGN_CENTER, $options); | ||
} | ||
|
||
public static function iconMultipleMagicwand(array $options = []) | ||
{ | ||
return self::buildIcon(self::CLASS_MULTIPLE_MAGICWAND, $options); | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.