ILIAS
Release_4_0_x_branch Revision 61816
|
This class represents a ical parameter E.g VALUE=DATETIME. 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() |
This class represents a ical parameter E.g VALUE=DATETIME.
Definition at line 35 of file class.ilICalParameter.php.
ilICalParameter::__construct | ( | $a_name, | |
$a_value = '' |
|||
) |
Constructor.
public
string | name |
Reimplemented from ilICalItem.
Definition at line 44 of file class.ilICalParameter.php.