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
Analysis
IFunction
PHP Interface Pinq\Analysis\IFunction
Author:
Elliot Levin (
[email protected]
)
Inheritance:
extends
Pinq\Analysis\ICallable
Exibir arquivo
Open project: timetoogo/pinq
Public Methods
Method
Description
getName
( ) :
string
Gets the function name.
getReflection
( ) :
ReflectionFunction
Gets the reflection of the function.
Method Details
getName()
public
method
Gets the function name.
public
getName
( ) :
string
return
string
getReflection()
public
method
Gets the reflection of the function.
public
getReflection
( ) :
ReflectionFunction
return
ReflectionFunction