| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Represents a ical property. More...
 Inheritance diagram for ilICalProperty:
 Collaboration diagram for ilICalProperty:Public Member Functions | |
| __construct (string $a_name, string $a_value='') | |
| getItemsByName (string $a_name, bool $a_recursive=true) | |
  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 property.
E.g DTSTART;VALUE=DATE;TZID=Europe/Berlin:20080214
Definition at line 33 of file class.ilICalProperty.php.
| ilICalProperty::__construct | ( | string | $a_name, | 
| string | $a_value = ''  | 
        ||
| ) | 
Definition at line 38 of file class.ilICalProperty.php.
References ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:| ilICalProperty::getItemsByName | ( | string | $a_name, | 
| bool | $a_recursive = true  | 
        ||
| ) | 
Definition at line 46 of file class.ilICalProperty.php.
References ilICalItem\getItems().
 Here is the call graph for this function: