ILIAS
Release_4_0_x_branch Revision 61816
|
Represents a ical property. More...
Public Member Functions | |
__construct ($a_name, $a_value= '') | |
Constructor. | |
getItemsByName ($a_name, $a_recursive=true) | |
get items by name | |
Public Member Functions inherited from ilICalItem | |
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 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.
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
public
string | name |
Reimplemented from ilICalItem.
Definition at line 57 of file class.ilICalProperty.php.
References ilICalItem\getItems().