PHP Class rmrevin\yii\fontawesome\component\Icon

Afficher le fichier Open project: rmrevin/yii2-fontawesome Class Usage Examples

Méthodes publiques

Свойство Type Description
$defaultTag string

Méthodes publiques

Méthode Description
__construct ( string $name, array $options = [] )
__toString ( ) : string
addCssClass ( string $class, boolean $condition = true, string | boolean $throw = false ) : Icon
border ( ) : self
fixedWidth ( ) : self
flip ( string $value ) : self
inverse ( ) : self
li ( ) : self
pullLeft ( ) : self
pullRight ( ) : self
render ( string | null $tag = null, string | null $content = null, array $options = [] ) : string
rotate ( string $value ) : self
size ( string $value ) : self
spin ( ) : self
tag ( string $tag ) : static

Method Details

__construct() public méthode

public __construct ( string $name, array $options = [] )
$name string
$options array

__toString() public méthode

public __toString ( ) : string
Résultat string

addCssClass() public méthode

public addCssClass ( string $class, boolean $condition = true, string | boolean $throw = false ) : Icon
$class string
$condition boolean
$throw string | boolean
Résultat Icon

border() public méthode

public border ( ) : self
Résultat self

fixedWidth() public méthode

public fixedWidth ( ) : self
Résultat self

flip() public méthode

public flip ( string $value ) : self
$value string
Résultat self

inverse() public méthode

public inverse ( ) : self
Résultat self

li() public méthode

public li ( ) : self
Résultat self

pullLeft() public méthode

public pullLeft ( ) : self
Résultat self

pullRight() public méthode

public pullRight ( ) : self
Résultat self

render() public méthode

Deprecation:
public render ( string | null $tag = null, string | null $content = null, array $options = [] ) : string
$tag string | null
$content string | null
$options array
Résultat string

rotate() public méthode

public rotate ( string $value ) : self
$value string
Résultat self

size() public méthode

public size ( string $value ) : self
$value string
Résultat self

spin() public méthode

public spin ( ) : self
Résultat self

tag() public méthode

Deprecation: Change html tag.
public tag ( string $tag ) : static
$tag string
Résultat static

Property Details

$defaultTag public_oe static_oe property

Deprecation:
public static string $defaultTag
Résultat string