Exemple #1
0
 /**
  * Set the root url used to create URIs.
  *
  * @param string $host
  */
 public static function setRoot($host)
 {
     self::$kb_host = $host;
 }