PHP Interface Swiftriver\Core\DAL\DataContextInterfaces\ISourceDataContext

Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode 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 méthode

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

ListAllSources() public static méthode

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