ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilICalParameter Class Reference

This class represents a ical parameter E.g VALUE=DATETIME. More...

+ Inheritance 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()

Detailed Description

This class represents a ical parameter E.g VALUE=DATETIME.

Author
Stefan Meyer smeye.nosp@m.r@da.nosp@m.tabay.nosp@m..de
Version
$Id$

Definition at line 35 of file class.ilICalParameter.php.

Constructor & Destructor Documentation

ilICalParameter::__construct (   $a_name,
  $a_value = '' 
)

Constructor.

public

Parameters
stringname

Reimplemented from ilICalItem.

Definition at line 44 of file class.ilICalParameter.php.

{
parent::__construct($a_name,$a_value);
}

The documentation for this class was generated from the following file: