platform/api/symfony/Component/AssetMapper/Command/ImportMapRequireCommand.yaml
2024-09-02 10:44:11 -07:00

71 lines
2.1 KiB
YAML

name: ImportMapRequireCommand
class_comment: null
dependencies:
- name: ImportMapEntry
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
- name: ImportMapManager
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapManager
- name: ImportMapVersionChecker
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapVersionChecker
- name: PackageRequireOptions
type: class
source: Symfony\Component\AssetMapper\ImportMap\PackageRequireOptions
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- 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: VersionProblemCommandTrait
type: class
source: VersionProblemCommandTrait
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: importMapManager
- name: importMapVersionChecker
comment: null
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
traits:
- Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
- Symfony\Component\AssetMapper\ImportMap\ImportMapManager
- Symfony\Component\AssetMapper\ImportMap\ImportMapVersionChecker
- Symfony\Component\AssetMapper\ImportMap\PackageRequireOptions
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Command\Command
- 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
- VersionProblemCommandTrait
interfaces: []