Example #1
0
 /**
  * @static
  * @param int $url
  * @return void
  */
 public static function setURL($url)
 {
     self::$_url = $url;
 }