PHP 클래스 Nette\Reflection\Property

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

공개 메소드들

메소드 설명
__toString ( )
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'.
hasAnnotation ( $name ) : boolean Has property specified annotation?

메소드 상세

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

getDeclaringClass() 공개 메소드

public getDeclaringClass ( ) : ClassType
리턴 ClassType

getDescription() 공개 메소드

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

hasAnnotation() 공개 메소드

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