コード例 #1
0
ファイル: HttpUri.php プロジェクト: stubbles/stubbles-peer
 /**
  * returns hostname of the uri
  *
  * @return  string
  */
 public function hostname() : string
 {
     return parent::hostname();
 }