PHP Interface Pinq\Analysis\IMethod

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ICallable, extends Pinq\Analysis\ITypeOperation
Show file 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