ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilICalParameter.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
27 {
28  public function __construct(string $a_name, string $a_value = '')
29  {
30  parent::__construct($a_name, $a_value);
31  }
32 }
__construct(string $a_name, string $a_value='')
This class represents a ical parameter E.g VALUE=DATETIME.
__construct(Container $dic, ilPlugin $plugin)
Abstract base class for all ical items (Component, Parameter and Value)