macgyer\yii2materializecss\widgets\Icon::run PHP Метод

run() публичный Метод

Executes the widget.
public run ( ) : string
Результат string the result of widget execution to be outputted.
    public function run()
    {
        $tag = ArrayHelper::remove($this->options, 'tag', 'i');
        return Html::tag($tag, $this->name, $this->options);
    }