ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU. More...
Public Member Functions | |
__construct (string $a_name, string $a_value) | |
ilICalValue constructor. More... | |
![]() | |
__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 = [] |
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU.
Definition at line 27 of file class.ilICalValue.php.
ilICalValue::__construct | ( | string | $a_name, |
string | $a_value | ||
) |
ilICalValue constructor.
Definition at line 32 of file class.ilICalValue.php.
References ILIAS\GlobalScreen\Provider\__construct().