public function ParserVcalendar::getLastComponentParsed in Date iCal 7.3
Getter for the protected lastComponentParsed property.
File
- libraries/
ParserVcalendar.inc, line 191 - 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
public function getLastComponentParsed() {
return $this->lastComponentParsed;
}