Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Pinq
Analysis
IMethod
PHP Interface Pinq\Analysis\IMethod
Author:
Elliot Levin (
[email protected]
)
Inheritance:
extends
Pinq\Analysis\ICallable
,
extends
Pinq\Analysis\ITypeOperation
ファイルを表示
Open project: timetoogo/pinq
Public Methods
Method
Description
getName
( ) :
string
Gets the name of the method.
getReflection
( ) :
ReflectionMethod
Gets the reflection of the method.
Method Details
getName()
public
method
Gets the name of the method.
public
getName
( ) :
string
return
string
getReflection()
public
method
Gets the reflection of the method.
public
getReflection
( ) :
ReflectionMethod
return
ReflectionMethod