$configuration
$configuration : \phpDocumentor\Configuration
Connects class, interface and traits to remote documentation sets.
$configuration : \phpDocumentor\Configuration
__construct(\phpDocumentor\Configuration $configuration)
Registers the application configuration with this router.
The configuration is used to extract which external routes to add to the application.
\phpDocumentor\Configuration | $configuration |
match(string|\phpDocumentor\Descriptor\DescriptorAbstract $node) : \phpDocumentor\Transformer\Router\Rule|null
Tries to match the provided node with one of the rules in this router.
string|\phpDocumentor\Descriptor\DescriptorAbstract | $node |