You are here

protected property ParserVcalendar::$parsed_data in Date iCal 7.3

The parsed data for the component that's currently being processed.

ParserVcalendar parses one component at a time. This array is stored as a property so that each handler can tell what work the previous handlers have already completed on the current component.

Type: array

File

libraries/ParserVcalendar.inc, line 28
Defines a class that parses iCalcreator vcalendar objects into Feeds-compatible data arrays.

Class

ParserVcalendar
@file Defines a class that parses iCalcreator vcalendar objects into Feeds-compatible data arrays.

Code

protected $parsed_data = array();