|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Represents a ical component. More...
Inheritance diagram for ilICalComponent:
Collaboration diagram for ilICalComponent:Public Member Functions | |
| __construct ($a_name) | |
| Constructor @access public. More... | |
| getItemsByName (string $a_name, bool $a_recursive=true) | |
| get items by name @access public More... | |
Public Member Functions inherited from ilICalItem | |
| __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 | |
Protected Attributes inherited from ilICalItem | |
| 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 @access public.
| string | name of component |
Definition at line 34 of file class.ilICalComponent.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilICalComponent::getItemsByName | ( | string | $a_name, |
| bool | $a_recursive = true |
||
| ) |
get items by name @access public
| string | name |
Reimplemented from ilICalItem.
Definition at line 44 of file class.ilICalComponent.php.
References ilICalItem\getItems().
Here is the call graph for this function: