ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
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. 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

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

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

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

public

Parameters
stringname

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

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

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