Ejemplo n.º 1
0
 /**
  * Sets the URL Base
  * @param string $base the base URL
  **/
 public function setURLBase($base)
 {
     self::$base = $base;
 }