ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilICalValue.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
28{
32 public function __construct(string $a_name, string $a_value)
33 {
34 parent::__construct($a_name, $a_value);
35 }
36}
Abstract base class for all ical items (Component, Parameter and Value)
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)
@inheritDoc