Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pinq
Queries
ISourceInfo
PHP Interface Pinq\Queries\ISourceInfo
Author:
Elliot Levin (
[email protected]
)
Datei anzeigen
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