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

Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU. More...

+ Inheritance diagram for ilICalValue:
+ Collaboration diagram for ilICalValue:

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

Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU.

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

Definition at line 36 of file class.ilICalValue.php.

Constructor & Destructor Documentation

ilICalValue::__construct (   $a_name,
  $a_value 
)

Constructor.

public

Parameters
stringname
stringvalue

Reimplemented from ilICalItem.

Definition at line 46 of file class.ilICalValue.php.

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

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