Method | Description | |
---|---|---|
__toString ( ) | ||
getAnnotation ( $name ) : Nette\Reflection\IAnnotation | Returns an annotation value. | |
getAnnotations ( ) : Nette\Reflection\IAnnotation[][] | Returns all annotations. | |
getDeclaringClass ( ) : |
||
getDescription ( ) : string | Returns value of annotation 'description'. | |
hasAnnotation ( $name ) : boolean | Has property specified annotation? |
public getAnnotation ( $name ) : Nette\Reflection\IAnnotation | ||
return | Nette\Reflection\IAnnotation |
public getAnnotations ( ) : Nette\Reflection\IAnnotation[][] | ||
return | Nette\Reflection\IAnnotation[][] |
public getDescription ( ) : string | ||
return | string |
public hasAnnotation ( $name ) : boolean | ||
return | boolean |