public function init() { parent::init(); $this->config['csrf'] = $this->csrf; $this->config['request'] = $this->template->request; $this->modify = (array) $this->modify; if (isset($this->scheme)) { $this->modify['@scheme'] = $this->scheme; } }
public function init() { parent::init(); $this->captcha = Container::load($this->captcha); }
public function init() { parent::init(); $this->imageProvider = Instance::ensure($this->imageProvider); }
public function init() { parent::init(); $this->authClientCollection = Container::load('authClientCollection'); }
/** * @inheritdoc */ public function init() { parent::init(); $this->execute = Instance::ensure($this->execute, '\\rock\\execute\\EvalExecute'); }