PHP 클래스 Nette\Reflection\Method

저자: David Grudl
상속: extends ReflectionMethod
파일 보기 프로젝트 열기: nette/reflection 1 사용 예제들

공개 메소드들

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

메소드 상세

__toString() 공개 메소드

public __toString ( )

from() 공개 정적인 메소드

public static from ( $class, $method ) : self
리턴 self

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[][]

getDeclaringClass() 공개 메소드

public getDeclaringClass ( ) : ClassType
리턴 ClassType

getDescription() 공개 메소드

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

getExtension() 공개 메소드

public getExtension ( ) : Extension
리턴 Extension

getParameters() 공개 메소드

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

getPrototype() 공개 메소드

public getPrototype ( ) : self
리턴 self

hasAnnotation() 공개 메소드

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

toCallback() 공개 메소드

사용 중단:
public toCallback ( )