ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Abstract base class for all ical items (Component, Parameter and Value) More...
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 25 of file class.ilICalItem.php.
ilICalItem::__construct | ( | string | $a_name, |
string | $a_value = '' |
||
) |
Definition at line 31 of file class.ilICalItem.php.
ilICalItem::addItem | ( | ilICalItem | $a_item | ) |
Definition at line 62 of file class.ilICalItem.php.
ilICalItem::getItems | ( | ) |
Definition at line 47 of file class.ilICalItem.php.
References $items.
Referenced by ilICalProperty\getItemsByName(), and ilICalComponent\getItemsByName().
ilICalItem::getItemsByName | ( | string | $a_name, |
bool | $a_recursive = true |
||
) |
Definition at line 57 of file class.ilICalItem.php.
ilICalItem::getName | ( | ) |
ilICalItem::getValue | ( | ) |
Definition at line 42 of file class.ilICalItem.php.
ilICalItem::setValue | ( | string | $a_value | ) |
Definition at line 37 of file class.ilICalItem.php.
|
protected |
Definition at line 29 of file class.ilICalItem.php.
Referenced by getItems().
|
protected |
Definition at line 27 of file class.ilICalItem.php.
Referenced by getName().
|
protected |
Definition at line 28 of file class.ilICalItem.php.