23 include_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();
__construct($a_name, $a_value='')
Constructor.
Represents a ical property.
getItemsByName($a_name, $a_recursive=true)
get items by name
Create styles array
The data for the language used.
Abstract base class for all ical items (Component, Parameter and Value)