コード例 #1
0
ファイル: class.edkuri.php プロジェクト: biow0lf/evedev-kb
 /**
  * Set the root url used to create URIs.
  *
  * @param string $host
  */
 public static function setRoot($host)
 {
     self::$kb_host = $host;
 }