ApiGen\Templating\Filters\UrlFilters::highlightValue PHP Метод

highlightValue() публичный метод

public highlightValue ( string $definition, ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $reflectionElement ) : string
$definition string
$reflectionElement ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface
Результат string
    public function highlightValue($definition, ElementReflectionInterface $reflectionElement)
    {
        return $this->highlightPhp(preg_replace('~^(?:[ ]{4}|\\t)~m', '', $definition), $reflectionElement);
    }