ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Represents a ical component. More...
Public Member Functions | |
__construct ($a_name) | |
Constructor public. More... | |
getItemsByName (string $a_name, bool $a_recursive=true) | |
get items by name public More... | |
![]() | |
__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 = [] |
Represents a ical component.
E.g. VEVENT
Definition at line 27 of file class.ilICalComponent.php.
ilICalComponent::__construct | ( | $a_name | ) |
Constructor public.
string | name of component |
Definition at line 34 of file class.ilICalComponent.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilICalComponent::getItemsByName | ( | string | $a_name, |
bool | $a_recursive = true |
||
) |
get items by name public
string | name |
Definition at line 44 of file class.ilICalComponent.php.
References ilICalItem\getItems().