| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Represents a ical component. More...
 Inheritance diagram for ilICalComponent:
 Collaboration diagram for ilICalComponent:Public Member Functions | |
| __construct ($a_name) | |
| Constructor  public.  More... | |
| getItemsByName (string $a_name, bool $a_recursive=true) | |
| get items by name  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 33 of file class.ilICalComponent.php.
| ilICalComponent::__construct | ( | $a_name | ) | 
Constructor public.
| string | name of component | 
Definition at line 40 of file class.ilICalComponent.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:| ilICalComponent::getItemsByName | ( | string | $a_name, | 
| bool | $a_recursive = true  | 
        ||
| ) | 
get items by name public
| string | name | 
Definition at line 50 of file class.ilICalComponent.php.
References ilICalItem\getItems().
 Here is the call graph for this function: