You are here

public function ParserIcalDateModuleComponent::getComponentType in iCal feed parser 7.2

Overrides ParserIcalComponentInterface::getComponentType

File

includes/ParserIcalDate.inc, line 148
Classes for using date_api ical parsing.

Class

ParserIcalDateModuleComponent
A wrapper on iCalcreator component class.

Code

public function getComponentType() {
  return $this->type;
}