PHP Interface Pinq\Analysis\IFunction

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