class ParserIcalResult in iCal feed parser 7.2
Hierarchy
- class \FeedsResult
- class \FeedsParserResult
- class \ParserIcalResult
- class \FeedsParserResult
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FeedsParserResult:: |
public | property | ||
FeedsParserResult:: |
public | property | ||
FeedsParserResult:: |
public | property | ||
FeedsParserResult:: |
public | property | ||
FeedsParserResult:: |
public | property | ||
FeedsParserResult:: |
public | function | ||
FeedsParserResult:: |
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:: |
public | function | Constructor. | |
ParserIcalResult:: |
public | property | ||
ParserIcalResult:: |
public | property |