49 $this->name = $a_name;
50 $this->value = $a_value;
62 $this->value = $a_value;
73 return trim($this->value);
84 return $this->items ? $this->items :
array();
119 $this->items[] = $a_item;
setValue($a_value)
set value
__construct($a_name, $a_value='')
Constructor.
getItemsByName($a_name, $a_recursive=true)
Get items by name.
Create styles array
The data for the language used.
addItem($a_item)
Add item.
Abstract base class for all ical items (Component, Parameter and Value)