Abstract base class for all ical items (Component, Parameter and Value)
More...
Abstract base class for all ical items (Component, Parameter and Value)
- Author
- Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
- Version
- $Id$
Definition at line 34 of file class.ilICalItem.php.
◆ __construct()
ilICalItem::__construct |
( |
|
$a_name, |
|
|
|
$a_value = '' |
|
) |
| |
Constructor.
public
- Parameters
-
Definition at line 47 of file class.ilICalItem.php.
49 $this->name = $a_name;
50 $this->value = $a_value;
◆ addItem()
ilICalItem::addItem |
( |
|
$a_item | ) |
|
◆ getItems()
◆ getItemsByName()
ilICalItem::getItemsByName |
( |
|
$a_name, |
|
|
|
$a_recursive = true |
|
) |
| |
◆ getName()
◆ getValue()
◆ setValue()
ilICalItem::setValue |
( |
|
$a_value | ) |
|
◆ $items
ilICalItem::$items = array() |
|
protected |
◆ $name
◆ $value
The documentation for this class was generated from the following file: