PHP Interface Pinq\Analysis\IMethod

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

Méthodes publiques

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

Method Details

getName() public méthode

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

getReflection() public méthode

Gets the reflection of the method.
public getReflection ( ) : ReflectionMethod
Résultat ReflectionMethod