| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a ical parameter E.g VALUE=DATETIME. More...
 Inheritance diagram for ilICalParameter:
 Inheritance diagram for ilICalParameter: Collaboration diagram for ilICalParameter:
 Collaboration diagram for ilICalParameter:| 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.