Asvae\ApiTester\Entities\RouteInfo::extractAnnotation PHP Méthode

extractAnnotation() protected méthode

protected extractAnnotation ( ) : string
Résultat string
    protected function extractAnnotation()
    {
        $reflection = $this->getActionReflection();
        if (!is_null($reflection)) {
            return $reflection->getDocComment();
        }
        return '';
    }