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

ul() public static method

public static ul ( array $options = [] ) : UnorderedList
$options array
return rmrevin\yii\fontawesome\component\UnorderedList
    public static function ul($options = [])
    {
        return new component\UnorderedList($options);
    }