/** * returns hostname of the uri * * @return string */ public function hostname() : string { return parent::hostname(); }