Object for storing an unfolded iCalendar line
The ZCiCalDataNode class contains data from an unfolded iCalendar line
Cloneable
Instantiable
Properties |
public
string
$name
The name of the node |
public
array
$parameter
Node parameters (before the colon ':') |
public
array
$value
Node values (after the colon ':') |
Methods |
public
__construct
(
string
$line
) Create an object from an unfolded iCalendar line
|
public
getName
() :
string
getName() Return the name of the object |
public
getParameter
(
int
$i
) Get $ith parameter from array |
public
getParameters
() :
array
Get parameter array |
public
getValues
() :
string
Get comma separated values |