PHP 인터페이스 Pinq\Queries\IResolvedQuery

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq 0 사용 예제들

공개 메소드들

메소드 설명
getHash ( ) : string Gets the unique string identifier for the query.
getQueryable ( ) : Pinq\IQueryable Gets the source queryable instance.
getResolvedParameters ( ) : array Gets the array of resolved values indexed by their respective parameter name.

메소드 상세

getHash() 공개 메소드

Gets the unique string identifier for the query.
public getHash ( ) : string
리턴 string

getQueryable() 공개 메소드

Gets the source queryable instance.
public getQueryable ( ) : Pinq\IQueryable
리턴 Pinq\IQueryable

getResolvedParameters() 공개 메소드

Gets the array of resolved values indexed by their respective parameter name.
public getResolvedParameters ( ) : array
리턴 array