|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a ical property. More...
Inheritance diagram for ilICalProperty:
Collaboration diagram for ilICalProperty:Public Member Functions | |
| __construct ($a_name, $a_value='') | |
| Constructor. More... | |
| getItemsByName ($a_name, $a_recursive=true) | |
| get items by name More... | |
Public Member Functions inherited from ilICalItem | |
| __construct ($a_name, $a_value='') | |
| Constructor. More... | |
| setValue ($a_value) | |
| set value More... | |
| getValue () | |
| get value More... | |
| getItems () | |
| get items More... | |
| getName () | |
| get name More... | |
| getItemsByName ($a_name, $a_recursive=true) | |
| Get items by name. More... | |
| addItem ($a_item) | |
| Add item. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilICalItem | |
| $name = '' | |
| $value = '' | |
| $items = array() | |
Represents a ical property.
E.g DTSTART;VALUE=DATE;TZID=Europe/Berlin:20080214
Definition at line 36 of file class.ilICalProperty.php.
| ilICalProperty::__construct | ( | $a_name, | |
$a_value = '' |
|||
| ) |
Constructor.
@access public
| string | name |
Reimplemented from ilICalItem.
Definition at line 45 of file class.ilICalProperty.php.
| ilICalProperty::getItemsByName | ( | $a_name, | |
$a_recursive = true |
|||
| ) |
get items by name
@access public
| string | name |
Reimplemented from ilICalItem.
Definition at line 57 of file class.ilICalProperty.php.
References ilICalItem\getItems().
Here is the call graph for this function: