ApiGen\Templating\Filters\UrlFilters::processReturnAnnotations PHP Méthode

processReturnAnnotations() private méthode

private processReturnAnnotations ( string $value, ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $reflectionElement ) : string
$value string
$reflectionElement ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface
Résultat string
    private function processReturnAnnotations($value, ElementReflectionInterface $reflectionElement)
    {
        $description = $this->getDescriptionFromValue($value, $reflectionElement);
        $typeLinks = $this->typeLinks($value, $reflectionElement);
        return $typeLinks . $description;
    }