PHP 인터페이스 Pinq\Queries\ISourceInfo

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

공개 메소드들

메소드 설명
equals ( Pinq\Queries\ISourceInfo $sourceInfo ) : boolean Whether the source is the equal to supplied source.
getHash ( ) : string Gets a unique string representing the source of the query.

메소드 상세

equals() 공개 메소드

Whether the source is the equal to supplied source.
public equals ( Pinq\Queries\ISourceInfo $sourceInfo ) : boolean
$sourceInfo Pinq\Queries\ISourceInfo
리턴 boolean

getHash() 공개 메소드

Gets a unique string representing the source of the query.
public getHash ( ) : string
리턴 string