|
ILIAS
release_8 Revision v8.24
|
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU. More...
Inheritance diagram for ilICalValue:
Collaboration diagram for ilICalValue:Public Member Functions | |
| __construct (string $a_name, string $a_value) | |
| ilICalValue constructor. More... | |
Public Member Functions inherited from ilICalItem | |
| __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 | |
Protected Attributes inherited from ilICalItem | |
| 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 33 of file class.ilICalValue.php.
| ilICalValue::__construct | ( | string | $a_name, |
| string | $a_value | ||
| ) |
ilICalValue constructor.
Reimplemented from ilICalItem.
Definition at line 38 of file class.ilICalValue.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function: