/** * @inheritdoc */ public function init() { if ($this->model === null) { throw new InvalidConfigException('This functionality works only with inputs created from models'); } $this->captchaAction = Yii::getAlias('@captchaRoute'); parent::init(); }
/** * Initializes the widget. */ public function init() { parent::init(); }