mirocow\eav\widgets\RadioList::run PHP Метод

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

public run ( )
    public function run()
    {
        $options = $this->attributeModel->getEavOptions()->asArray()->all();
        return $this->owner->activeForm->field($this->owner, $this->getAttributeName(), ['template' => "{input}\n{hint}\n{error}"])->radioList(ArrayHelper::map($options, 'id', 'value'));
    }
RadioList