PHP Class Swiftriver\Core\Modules\SiSPS\SwiftriverSourceParsingService

Show file Open project: ushahidi/Swiftriver-2011

Public Methods

Method Description
FetchContentFromChannel ( Source $source ) : Swiftriver\Core\ObjectModel\Content[] This method will take the information prvided in the instance of a \Swiftriver\Core\ObjectModel\Source object and will make a call to the channel to fetch and content that can be fetched and then parse the content into an array of Swiftriver\Core\ObjectModel\Content items
ListAvailableParsers ( )
ListAvailablePushParsers ( )

Method Details

FetchContentFromChannel() public method

This method will take the information prvided in the instance of a \Swiftriver\Core\ObjectModel\Source object and will make a call to the channel to fetch and content that can be fetched and then parse the content into an array of Swiftriver\Core\ObjectModel\Content items
public FetchContentFromChannel ( Source $source ) : Swiftriver\Core\ObjectModel\Content[]
$source Swiftriver\Core\ObjectModel\Source
return Swiftriver\Core\ObjectModel\Content[] $contentItems

ListAvailableParsers() public method

ListAvailablePushParsers() public method