Method | Description | |
---|---|---|
__toString ( ) | ||
from ( $class ) : self | ||
getAnnotation ( $name ) : Nette\Reflection\IAnnotation | Returns an annotation value. | |
getAnnotations ( ) : Nette\Reflection\IAnnotation[][] | Returns all annotations. | |
getConstructor ( ) : |
||
getDescription ( ) : string | Returns value of annotation 'description'. | |
getExtension ( ) : |
||
getInterfaces ( ) : self[] | ||
getMethod ( $name ) : |
||
getMethods ( $filter ) : |
||
getParentClass ( ) : self | null | ||
getProperties ( $filter ) : |
||
getProperty ( $name ) : |
||
hasAnnotation ( $name ) : boolean | Has class specified annotation? | |
is ( $type ) : boolean |
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 |