PHP Class Nette\Reflection\Parameter

Author: David Grudl
Inheritance: extends ReflectionParameter
Show file Open project: nette/reflection

Public Methods

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

Method Details

__construct() public method

public __construct ( $function, $parameter )

__toString() public method

public __toString ( )

getClass() public method

public getClass ( ) : ClassType
return ClassType

getClassName() public method

public getClassName ( ) : string
return string

getDeclaringClass() public method

public getDeclaringClass ( ) : ClassType
return ClassType

getDeclaringFunction() public method

public getDeclaringFunction ( ) : Method | GlobalFunction
return Method | GlobalFunction