You are here

class DateIcalParserResult in Date iCal 7.2

Hierarchy

Expanded class hierarchy of DateIcalParserResult

File

includes/DateIcalFeedsParser.inc, line 83
Basic classes.

View source
class DateIcalParserResult extends FeedsParserResult {

  // Feed extension timezone (X-WR-TIMEZONE)
  public $timezone;

  // Feed RFC 5545 timezones; we can't use these at
  // present, only PHP timezonedb tz will be actually recognized.
  // So this is more here as reminder/explanation.
  public $timezones;

}

Members

Namesort descending Modifiers Type Description Overrides
DateIcalParserResult::$timezone public property
DateIcalParserResult::$timezones public property
FeedsParserResult::$current_item public property
FeedsParserResult::$description public property
FeedsParserResult::$items public property
FeedsParserResult::$link public property
FeedsParserResult::$title public property
FeedsParserResult::currentItem public function
FeedsParserResult::shiftItem public function @todo Move to a nextItem() based approach, not consuming the item array. Can only be done once we don't cache the entire batch object between page loads for batching anymore.
FeedsParserResult::__construct public function Constructor.