ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
This class represents a ical parameter E.g VALUE=DATETIME. More...
Public Member Functions | |
__construct ($a_name, $a_value='') | |
Constructor. More... | |
Public Member Functions inherited from ilICalItem | |
__construct ($a_name, $a_value='') | |
Constructor. More... | |
setValue ($a_value) | |
set value More... | |
getValue () | |
get value More... | |
getItems () | |
get items More... | |
getName () | |
get name More... | |
getItemsByName ($a_name, $a_recursive=true) | |
Get items by name. More... | |
addItem ($a_item) | |
Add item. More... | |
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 = '' |
|||
) |