PHP Interface Pinq\Queries\ISourceInfo

Author: Elliot Levin ([email protected])
显示文件 Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
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.

Method Details

equals() public method

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

getHash() public method

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