62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
name: DebugAssetMapperCommand
|
|
class_comment: null
|
|
dependencies:
|
|
- name: AssetMapperInterface
|
|
type: class
|
|
source: Symfony\Component\AssetMapper\AssetMapperInterface
|
|
- name: AssetMapperRepository
|
|
type: class
|
|
source: Symfony\Component\AssetMapper\AssetMapperRepository
|
|
- name: AsCommand
|
|
type: class
|
|
source: Symfony\Component\Console\Attribute\AsCommand
|
|
- name: Command
|
|
type: class
|
|
source: Symfony\Component\Console\Command\Command
|
|
- 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
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: assetMapper
|
|
- name: assetMapperRepository
|
|
- name: projectDir
|
|
comment: null
|
|
- name: configure
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: execute
|
|
visibility: protected
|
|
parameters:
|
|
- name: input
|
|
- name: output
|
|
comment: null
|
|
- name: relativizePath
|
|
visibility: private
|
|
parameters:
|
|
- name: path
|
|
comment: null
|
|
- name: shortenPath
|
|
visibility: private
|
|
parameters:
|
|
- name: path
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\AssetMapper\AssetMapperInterface
|
|
- Symfony\Component\AssetMapper\AssetMapperRepository
|
|
- Symfony\Component\Console\Attribute\AsCommand
|
|
- Symfony\Component\Console\Command\Command
|
|
- Symfony\Component\Console\Input\InputInterface
|
|
- Symfony\Component\Console\Output\OutputInterface
|
|
- Symfony\Component\Console\Style\SymfonyStyle
|
|
interfaces: []
|