PHP 인터페이스 Swiftriver\Core\DAL\DataContextInterfaces\ISourceDataContext

파일 보기 프로젝트 열기: 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

메소드 상세

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[]