You are here

class ParserIcalResult in iCal feed parser 7.2

Hierarchy

Expanded class hierarchy of ParserIcalResult

File

includes/ParserIcalCreator.inc, line 262
Basic classes.

View source
class ParserIcalResult 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
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.
ParserIcalResult::$timezone public property
ParserIcalResult::$timezones public property