You are here

public function ParserIcalDateModuleComponent::setComponentType in iCal feed parser 7.2

Overrides ParserIcalComponentInterface::setComponentType

File

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

Class

ParserIcalDateModuleComponent
A wrapper on iCalcreator component class.

Code

public function setComponentType($type) {
  $this->type = strtoupper($type);
}