You are here

public function ParserIcalDateModuleComponent::__construct in iCal feed parser 7.2

File

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

Class

ParserIcalDateModuleComponent
A wrapper on iCalcreator component class.

Code

public function __construct($type, $component) {
  $this->type = strtoupper($type);
  $this->component = $component;
}