ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules 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 (string $a_name, string $a_value='')
 
- Public Member Functions inherited from ilICalItem
 __construct (string $a_name, string $a_value='')
 
 setValue (string $a_value)
 
 getValue ()
 
 getItems ()
 
 getName ()
 
 getItemsByName (string $a_name, bool $a_recursive=true)
 
 addItem (ilICalItem $a_item)
 

Additional Inherited Members

- Protected Attributes inherited from ilICalItem
string $name = ''
 
string $value = ''
 
array $items = []
 

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

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

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\GlobalScreen\Provider\__construct().

35  {
36  parent::__construct($a_name, $a_value);
37  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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