PHP Class Nette\Reflection\Parameter

Author: David Grudl
Inheritance: extends ReflectionParameter
Afficher le fichier Open project: nette/reflection

Méthodes publiques

Méthode Description
__construct ( $function, $parameter )
__toString ( )
getClass ( ) : ClassType
getClassName ( ) : string
getDeclaringClass ( ) : ClassType
getDeclaringFunction ( ) : Method | GlobalFunction

Method Details

__construct() public méthode

public __construct ( $function, $parameter )

__toString() public méthode

public __toString ( )

getClass() public méthode

public getClass ( ) : ClassType
Résultat ClassType

getClassName() public méthode

public getClassName ( ) : string
Résultat string

getDeclaringClass() public méthode

public getDeclaringClass ( ) : ClassType
Résultat ClassType

getDeclaringFunction() public méthode

public getDeclaringFunction ( ) : Method | GlobalFunction
Résultat Method | GlobalFunction