| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU. More...
 Inheritance diagram for ilICalValue:
 Collaboration diagram for ilICalValue:Public Member Functions | |
| __construct (string $a_name, string $a_value) | |
| ilICalValue constructor.  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 = [] | 
Used for storage og multiple values E.g RRULE:FREQ=WEEKLY;COUNT=20;INTERVAL=2;BYDAY=TU.
Definition at line 33 of file class.ilICalValue.php.
| ilICalValue::__construct | ( | string | $a_name, | 
| string | $a_value | ||
| ) | 
ilICalValue constructor.
Definition at line 38 of file class.ilICalValue.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function: