ILIAS
release_8 Revision v8.19
|
Represents a ical property. More...
Public Member Functions | |
__construct (string $a_name, string $a_value='') | |
getItemsByName (string $a_name, bool $a_recursive=true) | |
![]() | |
__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) | |
Additional Inherited Members | |
![]() | |
string | $name = '' |
string | $value = '' |
array | $items = [] |
Represents a ical property.
E.g DTSTART;VALUE=DATE;TZID=Europe/Berlin:20080214
Definition at line 33 of file class.ilICalProperty.php.
ilICalProperty::__construct | ( | string | $a_name, |
string | $a_value = '' |
||
) |
Definition at line 38 of file class.ilICalProperty.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilICalProperty::getItemsByName | ( | string | $a_name, |
bool | $a_recursive = true |
||
) |
Definition at line 46 of file class.ilICalProperty.php.
References ilICalItem\getItems().