|
ILIAS
Release_4_2_x_branch Revision 61807
|
Represents a ical component. More...
Inheritance diagram for ilICalComponent:
Collaboration diagram for ilICalComponent:Public Member Functions | |
| __construct ($a_name) | |
| Constructor. | |
| getItemsByName ($a_name, $a_recursive=true) | |
| get items by name | |
Public Member Functions inherited from ilICalItem | |
| __construct ($a_name, $a_value= '') | |
| Constructor. | |
| setValue ($a_value) | |
| set value | |
| getValue () | |
| get value | |
| getItems () | |
| get items | |
| getName () | |
| get name | |
| addItem ($a_item) | |
| Add item. | |
Additional Inherited Members | |
Protected Attributes inherited from ilICalItem | |
| $name = '' | |
| $value = '' | |
| $items = array() | |
Represents a ical component.
E.g. VEVENT
Definition at line 38 of file class.ilICalComponent.php.
| ilICalComponent::__construct | ( | $a_name | ) |
Constructor.
public
| string | name of component |
Definition at line 46 of file class.ilICalComponent.php.
| ilICalComponent::getItemsByName | ( | $a_name, | |
$a_recursive = true |
|||
| ) |
get items by name
public
| string | name |
Reimplemented from ilICalItem.
Definition at line 58 of file class.ilICalComponent.php.
References ilICalItem\getItems().
Here is the call graph for this function: