platform/api/symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.yaml
2024-09-02 10:44:11 -07:00

89 lines
2.4 KiB
YAML

name: RouterMatchCommand
class_comment: null
dependencies:
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: ArrayInput
type: class
source: Symfony\Component\Console\Input\ArrayInput
- name: InputArgument
type: class
source: Symfony\Component\Console\Input\InputArgument
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: InputOption
type: class
source: Symfony\Component\Console\Input\InputOption
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: SymfonyStyle
type: class
source: Symfony\Component\Console\Style\SymfonyStyle
- name: ExpressionFunctionProviderInterface
type: class
source: Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface
- name: TraceableUrlMatcher
type: class
source: Symfony\Component\Routing\Matcher\TraceableUrlMatcher
- name: RouterInterface
type: class
source: Symfony\Component\Routing\RouterInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: router
- name: expressionLanguageProviders
default: '[]'
comment: '# * A console command to test route matching.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# *
# * @final
# */
# #[AsCommand(name: ''router:match'', description: ''Help debug routes by simulating
a path info match'')]
# class RouterMatchCommand extends Command
# {
# /**
# * @param iterable<mixed, ExpressionFunctionProviderInterface> $expressionLanguageProviders'
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
traits:
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Input\ArrayInput
- Symfony\Component\Console\Input\InputArgument
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Input\InputOption
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface
- Symfony\Component\Routing\Matcher\TraceableUrlMatcher
- Symfony\Component\Routing\RouterInterface
interfaces: []