protected static property ParserIcalFeeds::$sources in iCal feed parser 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.', 'parser_ical_handler' => 'Method callback for parsing source before handing to feeds.', ), );
File
- includes/
ParserIcal.inc, line 22
Class
- ParserIcalFeeds
- Parent class for Feeds integration.
Code
protected static $sources;