rmrevin\yii\fontawesome\component\Icon::tag PHP 메소드

tag() 공개 메소드

사용 중단: Change html tag.
public tag ( string $tag ) : static
$tag string
리턴 static
    public function tag($tag)
    {
        $this->tag = $tag;
        $this->options['tag'] = $tag;
        return $this;
    }