Object for storing an unfolded iCalendar line
The ZCiCalDataNode class contains data from an unfolded iCalendar line
CloneableInstantiable
- Implements
Stringable
Properties |
public string $name = '' The name of the node |
public array $parameters = [] Node parameters (before the colon ':')
|
public array $values = [] Node values (after the colon ':')
|
Methods |
public __construct(string $line) Create an object from an unfolded iCalendar line
|
public __toString() : string |
public getName() : string getName()
|
public getParameter(string $index) : string Get specific parameter from array |
public getParameters() : array Get parameter array
|
public getValues() : string Get comma separated values |