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

87 lines
2.6 KiB
YAML

name: AssetMapperCompileCommand
class_comment: null
dependencies:
- name: AssetMapper
type: class
source: Symfony\Component\AssetMapper\AssetMapper
- name: AssetMapperInterface
type: class
source: Symfony\Component\AssetMapper\AssetMapperInterface
- name: CompiledAssetMapperConfigReader
type: class
source: Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader
- name: PreAssetsCompileEvent
type: class
source: Symfony\Component\AssetMapper\Event\PreAssetsCompileEvent
- name: ImportMapGenerator
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapGenerator
- name: PublicAssetsFilesystemInterface
type: class
source: Symfony\Component\AssetMapper\Path\PublicAssetsFilesystemInterface
- 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
- name: EventDispatcherInterface
type: class
source: Symfony\Contracts\EventDispatcher\EventDispatcherInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: compiledConfigReader
- name: assetMapper
- name: importMapGenerator
- name: assetsFilesystem
- name: projectDir
- name: isDebug
- name: eventDispatcher
default: 'null'
comment: null
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
- name: shortenPath
visibility: private
parameters:
- name: path
comment: null
- name: createManifestAndWriteFiles
visibility: private
parameters:
- name: io
comment: null
traits:
- Symfony\Component\AssetMapper\AssetMapper
- Symfony\Component\AssetMapper\AssetMapperInterface
- Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader
- Symfony\Component\AssetMapper\Event\PreAssetsCompileEvent
- Symfony\Component\AssetMapper\ImportMap\ImportMapGenerator
- Symfony\Component\AssetMapper\Path\PublicAssetsFilesystemInterface
- 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
- Symfony\Contracts\EventDispatcher\EventDispatcherInterface
interfaces: []