|
ILIAS
release_8 Revision v8.24
|
Abstract base class for all ical items (Component, Parameter and Value) More...
Inheritance diagram for ilICalItem:
Collaboration diagram for ilICalItem:Public Member Functions | |
| __construct (string $a_name, string $a_value='') | |
| setValue (string $a_value) | |
| getValue () | |
| getItems () | |
| getName () | |
| getItemsByName (string $a_name, bool $a_recursive=true) | |
| addItem (ilICalItem $a_item) | |
Protected Attributes | |
| string | $name = '' |
| string | $value = '' |
| array | $items = [] |
Abstract base class for all ical items (Component, Parameter and Value)
Definition at line 31 of file class.ilICalItem.php.
| ilICalItem::__construct | ( | string | $a_name, |
| string | $a_value = '' |
||
| ) |
Reimplemented in ilICalValue, ilICalParameter, and ilICalProperty.
Definition at line 37 of file class.ilICalItem.php.
| ilICalItem::addItem | ( | ilICalItem | $a_item | ) |
Definition at line 68 of file class.ilICalItem.php.
| ilICalItem::getItems | ( | ) |
Definition at line 53 of file class.ilICalItem.php.
References $items.
Referenced by ilICalComponent\getItemsByName(), and ilICalProperty\getItemsByName().
Here is the caller graph for this function:| ilICalItem::getItemsByName | ( | string | $a_name, |
| bool | $a_recursive = true |
||
| ) |
Reimplemented in ilICalComponent, and ilICalProperty.
Definition at line 63 of file class.ilICalItem.php.
| ilICalItem::getName | ( | ) |
| ilICalItem::getValue | ( | ) |
Definition at line 48 of file class.ilICalItem.php.
| ilICalItem::setValue | ( | string | $a_value | ) |
Definition at line 43 of file class.ilICalItem.php.
|
protected |
Definition at line 35 of file class.ilICalItem.php.
Referenced by getItems().
|
protected |
Definition at line 33 of file class.ilICalItem.php.
Referenced by getName().
|
protected |
Definition at line 34 of file class.ilICalItem.php.