getModule('liqpay'); $model = $liqPay->buildForm($this->data); $model->validate(); return $this->render($this->type, [ 'model' => $model, 'type' => $this->type, '_label' => $this->label, '_class' => $this->css_class, ]); } }