PHP 클래스 Nette\Reflection\Parameter

저자: David Grudl
상속: extends ReflectionParameter
파일 보기 프로젝트 열기: nette/reflection

공개 메소드들

메소드 설명
__construct ( $function, $parameter )
__toString ( )
getClass ( ) : ClassType
getClassName ( ) : string
getDeclaringClass ( ) : ClassType
getDeclaringFunction ( ) : Method | GlobalFunction

메소드 상세

__construct() 공개 메소드

public __construct ( $function, $parameter )

__toString() 공개 메소드

public __toString ( )

getClass() 공개 메소드

public getClass ( ) : ClassType
리턴 ClassType

getClassName() 공개 메소드

public getClassName ( ) : string
리턴 string

getDeclaringClass() 공개 메소드

public getDeclaringClass ( ) : ClassType
리턴 ClassType

getDeclaringFunction() 공개 메소드

public getDeclaringFunction ( ) : Method | GlobalFunction
리턴 Method | GlobalFunction