Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Pinq
Queries
Builders
Functions
IFunction
PHP Interface Pinq\Queries\Builders\Functions\IFunction
Author:
Elliot Levin (
[email protected]
)
Exibir arquivo
Open project: timetoogo/pinq
Interface Usage Examples
Public Methods
Method
Description
getCallable
( ) :
callable
Gets the function type.
getId
( ) :
string
Gets the parameter id.
getType
( ) :
integer
Gets the function type.
Method Details
getCallable()
public
method
Gets the function type.
public
getCallable
( ) :
callable
return
callable
getId()
public
method
Gets the parameter id.
public
getId
( ) :
string
return
string
getType()
public
method
Gets the function type.
public
getType
( ) :
integer
return
integer