Class lispa\amos\core\icons\AmosIcons

Inheritancelispa\amos\core\icons\AmosIcons » kartik\icons\Icon

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$_custom_frameworks Icon framework configurations lispa\amos\core\icons\AmosIcons

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
getFramework() lispa\amos\core\icons\AmosIcons

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
AM 'am' Icon framework constants lispa\amos\core\icons\AmosIcons
DASH 'dash' lispa\amos\core\icons\AmosIcons

Property Details

$_custom_frameworks public static property
public static $_custom_frameworks = [self::AM => ['prefix' => 'am am-''class' => '\\lispa\\amos\\layout\\assets\\BaseAsset'], self::DASH => ['prefix' => 'dash dash-''class' => '\\lispa\\amos\\layout\\assets\\BaseAsset']]

Method Details

getFramework() protected static method

protected static void getFramework ( $framework null, $method 'show' )
$framework
$method
getIconFramework() public static method

public static void getIconFramework ( $iconFramework NULL )
$iconFramework
map() public static method

public static void map ( $view, $framework null )
$view
$framework
setFramework() public static method

public static void setFramework ( )
show() public static method

public static void show ( $name, $options = [], $framework null, $space true, $tag 'span', $value '' )
$name
$options
$framework
$space
$tag
$value