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