PHP Class rmrevin\yii\fontawesome\component\Stack

Afficher le fichier Open project: rmrevin/yii2-fontawesome

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( array $options = [] )
__toString ( ) : string
icon ( string | Icon $icon, array $options = [] ) : self
on ( string | Icon $icon, array $options = [] ) : self
render ( string | null $tag = null, array $options = [] ) : string
tag ( string $tag ) : static

Method Details

__construct() public méthode

public __construct ( array $options = [] )
$options array

__toString() public méthode

public __toString ( ) : string
Résultat string

icon() public méthode

public icon ( string | Icon $icon, array $options = [] ) : self
$icon string | Icon
$options array
Résultat self

on() public méthode

public on ( string | Icon $icon, array $options = [] ) : self
$icon string | Icon
$options array
Résultat self

render() public méthode

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

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