PHP Класс Swiftriver\Core\DAL\Repositories\SourceRepository

Автор: mg[at]swiftly[dot]org
Показать файл Открыть проект

Открытые методы

Метод Описание
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
__construct ( string $dataContext = null ) The constructor for this repository Accepts the fully qulaified type of the IAPIKeyDataContext implemting data context for this repository

Описание методов

GetSourcesById() публичный Метод

Given the IDs of Sources, this method gets them from the underlying data store
public GetSourcesById ( string[] $ids ) : Source[]
$ids string[]
Результат Swiftriver\Core\ObjectModel\Source[]

ListAllSources() публичный Метод

Lists all the current Source in the core
public ListAllSources ( ) : Source[]
Результат Swiftriver\Core\ObjectModel\Source[]

__construct() публичный Метод

The constructor for this repository Accepts the fully qulaified type of the IAPIKeyDataContext implemting data context for this repository
public __construct ( string $dataContext = null )
$dataContext string