ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules 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 (string $a_name, string $a_value)
 ilICalValue constructor. More...
 
- 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

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 33 of file class.ilICalValue.php.

Constructor & Destructor Documentation

◆ __construct()

ilICalValue::__construct ( string  $a_name,
string  $a_value 
)

ilICalValue constructor.

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

References ILIAS\GlobalScreen\Provider\__construct().

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

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