Method | Description | |
---|---|---|
GetSourcesById ( string[] $ids ) : |
Given the IDs of Sources, this method gets them from the underlying data store | |
ListAllSources ( ) : |
Lists all the current Source in the core | |
__construct ( string $dataContext = null ) | The constructor for this repository Accepts the fully qulaified type of the IAPIKeyDataContext implemting data context for this repository |
public GetSourcesById ( string[] $ids ) : |
||
$ids | string[] | |
return |
public ListAllSources ( ) : |
||
return |
public __construct ( string $dataContext = null ) | ||
$dataContext | string |