rmrevin\yii\fontawesome\FontAwesome::s PHP Method

s() public static method

Shortcut for stack() method
See also: stack()
public static s ( array $options = [] ) : Stack
$options array
return rmrevin\yii\fontawesome\component\Stack
    public static function s($options = [])
    {
        return static::stack($options);
    }