Copied!

Object for storing an unfolded iCalendar line

The ZCiCalDataNode class contains data from an unfolded iCalendar line

CloneableInstantiable
Properties
public string $name = ''
 

The name of the node

public array $parameters = []
 

Node parameters (before the colon ':')

  • var array<string,string> $parameters
public array $values = []
 

Node values (after the colon ':')

  • var string[] $values
Methods
public __construct(string $line)
 

Create an object from an unfolded iCalendar line

  • param string $line An unfolded iCalendar line
  • return void
public __toString() : string
public getName() : string
 

getName()

  • return string the name of the object
public getParameter(string $index) : string
 

Get specific parameter from array

public getParameters() : array
 

Get parameter array

  • return array<string,string>
public getValues() : string
 

Get comma separated values

© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration