public function init() { }
/** * {@inheritdoc} */ public function init() { parent::init(); if (is_null($this->remote)) { throw new InvalidConfigException('$remote must be set.'); } }