PHP 클래스 Nette\Reflection\GlobalFunction

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

공개 메소드들

메소드 설명
__construct ( $name )
__toString ( )
getAnnotation ( $name ) : Nette\Reflection\IAnnotation Returns an annotation value.
getAnnotations ( ) : Nette\Reflection\IAnnotation[][] Returns all annotations.
getDescription ( ) : string Returns value of annotation 'description'.
getExtension ( ) : Extension
getParameters ( ) : Parameter[]
hasAnnotation ( $name ) : boolean Has method specified annotation?
toCallback ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

__toString() 공개 메소드

public __toString ( )

getAnnotation() 공개 메소드

Returns an annotation value.
public getAnnotation ( $name ) : Nette\Reflection\IAnnotation
리턴 Nette\Reflection\IAnnotation

getAnnotations() 공개 메소드

Returns all annotations.
public getAnnotations ( ) : Nette\Reflection\IAnnotation[][]
리턴 Nette\Reflection\IAnnotation[][]

getDescription() 공개 메소드

Returns value of annotation 'description'.
public getDescription ( ) : string
리턴 string

getExtension() 공개 메소드

public getExtension ( ) : Extension
리턴 Extension

getParameters() 공개 메소드

public getParameters ( ) : Parameter[]
리턴 Parameter[]

hasAnnotation() 공개 메소드

Has method specified annotation?
public hasAnnotation ( $name ) : boolean
리턴 boolean

toCallback() 공개 메소드

사용 중단:
public toCallback ( )