ApiGen\Templating\Filters\UrlFilters::shortDescription PHP Method

shortDescription() public method

public shortDescription ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $reflectionElement, boolean $block = false ) : string
$reflectionElement ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface
$block boolean
return string
    public function shortDescription(ElementReflectionInterface $reflectionElement, $block = false)
    {
        return $this->doc($reflectionElement->getShortDescription(), $reflectionElement, $block);
    }