PHP Interface Swiftriver\Core\DAL\DataContextInterfaces\ISourceDataContext

Mostrar archivo Open project: ushahidi/Swiftriver-2011

Public Methods

Method Description
GetSourcesById ( string[] $ids ) : Source[] Given the IDs of Sources, this method gets them from the underlying data store
ListAllSources ( ) : Source[] Lists all the current Source in the core

Method Details

GetSourcesById() public static method

Given the IDs of Sources, this method gets them from the underlying data store
public static GetSourcesById ( string[] $ids ) : Source[]
$ids string[]
return Swiftriver\Core\ObjectModel\Source[]

ListAllSources() public static method

Lists all the current Source in the core
public static ListAllSources ( ) : Source[]
return Swiftriver\Core\ObjectModel\Source[]