PHP Интерфейс Pinq\Queries\ISourceInfo

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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