rmrevin\yii\fontawesome\FontAwesome::stack PHP Méthode

stack() public static méthode

Creates an Stack component that can be used to FontAwesome html icon
public static stack ( array $options = [] ) : Stack
$options array
Résultat rmrevin\yii\fontawesome\component\Stack
    public static function stack($options = [])
    {
        return new component\Stack($options);
    }