Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Pinq
Queries
ISourceInfo
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