ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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. 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()
 

Detailed Description

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

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct()

ilICalValue::__construct (   $a_name,
  $a_value 
)

Constructor.

public

Parameters
stringname
stringvalue

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

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

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