Nette\Reflection\GlobalFunction::getAnnotations PHP Метод

getAnnotations() публичный Метод

Returns all annotations.
public getAnnotations ( ) : Nette\Reflection\IAnnotation[][]
Результат Nette\Reflection\IAnnotation[][]
    public function getAnnotations()
    {
        return AnnotationsParser::getAll($this);
    }