Added getLocation to VEvent

master
fangel 2008-02-27 11:39:52 +00:00
rodzic ba4734ae61
commit efe8d82bb0
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -82,6 +82,14 @@ class SG_iCal_VEvent {
return $this->description;
}
/**
* Returns the location (or null if none is given) of the event
* @return string
*/
public function getLocation() {
return $this->location;
}
/**
* Returns true if the event is blocking (ie not transparent)
* @return bool