PHP Интерфейс Swiftriver\Core\DAL\DataContextInterfaces\ISourceDataContext

Показать файл Открыть проект

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

Метод Описание
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

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

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

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

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

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