ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 31 of file class.ilICalItem.php.
ilICalItem::__construct | ( | string | $a_name, |
string | $a_value = '' |
||
) |
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 ilICalProperty\getItemsByName(), and ilICalComponent\getItemsByName().
ilICalItem::getItemsByName | ( | string | $a_name, |
bool | $a_recursive = true |
||
) |
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.