PHP Interface Pinq\Analysis\IFunction

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ICallable
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
getName ( ) : string Gets the function name.
getReflection ( ) : ReflectionFunction Gets the reflection of the function.

Method Details

getName() public méthode

Gets the function name.
public getName ( ) : string
Résultat string

getReflection() public méthode

Gets the reflection of the function.
public getReflection ( ) : ReflectionFunction
Résultat ReflectionFunction