ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This class represents a ical parameter E.g VALUE=DATETIME. More...
Public Member Functions | |
__construct (string $a_name, string $a_value='') | |
![]() | |
__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 | |
![]() | |
string | $name = '' |
string | $value = '' |
array | $items = [] |
This class represents a ical parameter E.g VALUE=DATETIME.
Definition at line 26 of file class.ilICalParameter.php.
ilICalParameter::__construct | ( | string | $a_name, |
string | $a_value = '' |
||
) |
Definition at line 28 of file class.ilICalParameter.php.
References ILIAS\GlobalScreen\Provider\__construct().