$converter
$converter : \phpDocumentor\Transformer\Router\UrlGenerator\Standard\QualifiedNameToUrlConverter
$converter : \phpDocumentor\Transformer\Router\UrlGenerator\Standard\QualifiedNameToUrlConverter
__invoke(string|\phpDocumentor\Descriptor\ConstantDescriptor $node) : string|false
Generates a URL from the given node or returns false if unable.
string|\phpDocumentor\Descriptor\ConstantDescriptor | $node |
getUrlPathPrefixForGlobalConstants(\phpDocumentor\Descriptor\ConstantDescriptor $node) : string
Returns the first part of the URL path that is specific to global constants.
\phpDocumentor\Descriptor\ConstantDescriptor | $node |
getUrlPathPrefixForClassConstants(\phpDocumentor\Descriptor\ConstantDescriptor $node) : string
Returns the first part of the URL path that is specific to class constants.
\phpDocumentor\Descriptor\ConstantDescriptor | $node |