| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Abstract base class for all ical items (Component, Parameter and Value) More...
 Inheritance diagram for ilICalItem:
 Inheritance diagram for ilICalItem: Collaboration diagram for ilICalItem:
 Collaboration diagram for ilICalItem:| Public Member Functions | |
| __construct ($a_name, $a_value= '') | |
| Constructor. | |
| setValue ($a_value) | |
| set value | |
| getValue () | |
| get value | |
| getItems () | |
| get items | |
| getName () | |
| get name | |
| getItemsByName ($a_name, $a_recursive=true) | |
| Get items by name. | |
| addItem ($a_item) | |
| Add item. | |
| Protected Attributes | |
| $name = '' | |
| $value = '' | |
| $items = array() | |
Abstract base class for all ical items (Component, Parameter and Value)
Definition at line 34 of file class.ilICalItem.php.
| ilICalItem::__construct | ( | $a_name, | |
| $a_value = '' | |||
| ) | 
Constructor.
public
| string | name | 
Reimplemented in ilICalValue, ilICalProperty, and ilICalParameter.
Definition at line 47 of file class.ilICalItem.php.
| ilICalItem::addItem | ( | $a_item | ) | 
Add item.
public
| ilICalItem | 
Definition at line 117 of file class.ilICalItem.php.
| ilICalItem::getItems | ( | ) | 
get items
public
Definition at line 82 of file class.ilICalItem.php.
Referenced by ilICalProperty\getItemsByName(), and ilICalComponent\getItemsByName().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilICalItem::getItemsByName | ( | $a_name, | |
| $a_recursive = true | |||
| ) | 
Get items by name.
public
| string | name | 
Reimplemented in ilICalComponent, and ilICalProperty.
Definition at line 105 of file class.ilICalItem.php.
| ilICalItem::getName | ( | ) | 
| ilICalItem::getValue | ( | ) | 
| ilICalItem::setValue | ( | $a_value | ) | 
set value
public
| string | value | 
Definition at line 60 of file class.ilICalItem.php.
| 
 | protected | 
Definition at line 38 of file class.ilICalItem.php.
| 
 | protected | 
Definition at line 36 of file class.ilICalItem.php.
Referenced by getName().
| 
 | protected | 
Definition at line 37 of file class.ilICalItem.php.