\ZCiCalDataNode

Object for storing an unfolded iCalendar line

The ZCiCalDataNode class contains data from an unfolded iCalendar line

Summary

Methods
Properties
Constants
__construct()
getName()
getParameter()
getParameters()
getValues()
$name
$parameter
$value
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : string

The name of the node

Type

string

$parameter

$parameter : array

Node parameters (before the colon ":")

Type

array

$value

$value : array

Node values (after the colon ":")

Type

array

Methods

__construct()

__construct(string  $line) : void

Create an object from an unfolded iCalendar line

Parameters

string $line

An unfolded iCalendar line

getName()

getName() : string

getName()

Return the name of the object

Returns

string

getParameter()

getParameter(integer  $i) : \var

Get $ith parameter from array

Parameters

integer $i

Returns

\var

getParameters()

getParameters() : array

Get parameter array

Returns

array

getValues()

getValues() : string

Get comma separated values

Returns

string