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