public function DateiCalFeedsParser::getMappingSources in Date iCal 7.3
Same name and namespace in other branches
- 7.2 includes/DateIcalFeedsParser.inc \DateIcalFeedsParser::getMappingSources()
Implements FeedsParser::getMappingSources().
File
- includes/
DateiCalFeedsParser.inc, line 12 - DateiCalFeedsParser is Date iCal's Feeds parser plugin.
Class
- DateiCalFeedsParser
- @file DateiCalFeedsParser is Date iCal's Feeds parser plugin.
Code
public function getMappingSources() {
return parent::getMappingSources() + self::getiCalMappingSources();
}