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);
    }