platform/api/symfony/Component/AssetMapper/Command/ImportMapInstallCommand.yaml

52 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ImportMapInstallCommand
class_comment: null
dependencies:
- name: RemotePackageDownloader
type: class
source: Symfony\Component\AssetMapper\ImportMap\RemotePackageDownloader
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: ProgressBar
type: class
source: Symfony\Component\Console\Helper\ProgressBar
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: SymfonyStyle
type: class
source: Symfony\Component\Console\Style\SymfonyStyle
- name: ResponseInterface
type: class
source: Symfony\Contracts\HttpClient\ResponseInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: packageDownloader
- name: projectDir
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
traits:
- Symfony\Component\AssetMapper\ImportMap\RemotePackageDownloader
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Helper\ProgressBar
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Contracts\HttpClient\ResponseInterface
interfaces: []