Method | Description | |
---|---|---|
__toString ( ) | ||
from ( $class, $method ) : self | ||
getAnnotation ( $name ) : Nette\Reflection\IAnnotation | Returns an annotation value. | |
getAnnotations ( ) : Nette\Reflection\IAnnotation[][] | Returns all annotations. | |
getDeclaringClass ( ) : |
||
getDescription ( ) : string | Returns value of annotation 'description'. | |
getExtension ( ) : |
||
getParameters ( ) : |
||
getPrototype ( ) : self | ||
hasAnnotation ( $name ) : boolean | Has method specified annotation? | |
toCallback ( ) |
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 |