PHP 클래스 Swiftriver\Core\DAL\Repositories\SourceRepository

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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