예제 #1
0
 /**
  * Sets (or resets) the url this reader reads from.
  * @param $url string
  */
 public function setUrl($url = false)
 {
     if ($url !== false) {
         SG_iCal_Parser::Parse($url, $this);
     }
 }