Asvae\ApiTester\Entities\RouteInfo::extractAnnotation PHP 메소드

extractAnnotation() 보호된 메소드

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