ILIAS
Release_4_1_x_branch Revision 61804
|
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU. More...
Public Member Functions | |
__construct ($a_name, $a_value) | |
Constructor. | |
Public Member Functions inherited from ilICalItem | |
setValue ($a_value) | |
set value | |
getValue () | |
get value | |
getItems () | |
get items | |
getName () | |
get name | |
getItemsByName ($a_name, $a_recursive=true) | |
Get items by name. | |
addItem ($a_item) | |
Add item. |
Additional Inherited Members | |
Protected Attributes inherited from ilICalItem | |
$name = '' | |
$value = '' | |
$items = array() |
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU.
Definition at line 36 of file class.ilICalValue.php.
ilICalValue::__construct | ( | $a_name, | |
$a_value | |||
) |
Constructor.
public
string | name |
string | value |
Reimplemented from ilICalItem.
Definition at line 46 of file class.ilICalValue.php.