ILIAS  trunk Revision v11.0_alpha-1843-g9e1fad99175
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilICalValue.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
27 class ilICalValue extends ilICalItem
28 {
32  public function __construct(string $a_name, string $a_value)
33  {
34  parent::__construct($a_name, $a_value);
35  }
36 }
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU.
__construct(string $a_name, string $a_value)
ilICalValue constructor.
__construct(Container $dic, ilPlugin $plugin)
Abstract base class for all ical items (Component, Parameter and Value)