config = $config; } /** * @return Site */ public function getNullObject() { return new self($this->config); } }