class DateIcalParserResult in Date iCal 7.2
Hierarchy
- class \FeedsResult
- class \FeedsParserResult
- class \DateIcalParserResult
- class \FeedsParserResult
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DateIcalParserResult:: |
public | property | ||
DateIcalParserResult:: |
public | property | ||
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. |