ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This class represents a ical parameter E.g VALUE=DATETIME. More...
Public Member Functions | |
__construct ($a_name, $a_value='') | |
Constructor. More... | |
![]() | |
__construct ($a_name, $a_value='') | |
Constructor. More... | |
setValue ($a_value) | |
set value More... | |
getValue () | |
get value More... | |
getItems () | |
get items More... | |
getName () | |
get name More... | |
getItemsByName ($a_name, $a_recursive=true) | |
Get items by name. More... | |
addItem ($a_item) | |
Add item. More... | |
Additional Inherited Members | |
![]() | |
$name = '' | |
$value = '' | |
$items = array() | |
This class represents a ical parameter E.g VALUE=DATETIME.
Definition at line 35 of file class.ilICalParameter.php.
ilICalParameter::__construct | ( | $a_name, | |
$a_value = '' |
|||
) |
Constructor.
public
string | name |
Definition at line 44 of file class.ilICalParameter.php.
References ILIAS\GlobalScreen\Provider\__construct().