示例#1
0
 /**
  * returns hostname of the uri
  *
  * @return  string
  */
 public function hostname() : string
 {
     return parent::hostname();
 }