23include_once(
'./Services/Calendar/classes/iCal/class.ilICalItem.php');
47 parent::__construct($a_name, $a_value);
59 foreach ($this->
getItems() as $item) {
60 if ($item->getName() == $a_name) {
64 return $found ? $found : array();
An exception for terminatinating execution or to throw for unit testing.
Abstract base class for all ical items (Component, Parameter and Value)
Represents a ical property.
__construct($a_name, $a_value='')
Constructor.
getItemsByName($a_name, $a_recursive=true)
get items by name