rmrevin\yii\fontawesome\component\Icon::tag PHP Méthode

tag() public méthode

Deprecation: Change html tag.
public tag ( string $tag ) : static
$tag string
Résultat static
    public function tag($tag)
    {
        $this->tag = $tag;
        $this->options['tag'] = $tag;
        return $this;
    }