protected static property DateIcalFeedsParser::$sources in Date iCal 7.2
The output sources the parser offers.
array( 'feeds_output_key' => array( 'name' => 'Human readable name of output source.', 'description' => 'Longer description of source.', 'date_ical_parse_handler' => 'Method callback for parsing source before handing to feeds.', ), );
File
- includes/
DateIcalFeedsParser.inc, line 23 - Basic classes.
Class
- DateIcalFeedsParser
- Parent class for Feeds integration.
Code
protected static $sources;