api/symfony/Component/AssetMapper/Event/PreAssetsCompileEvent.yaml
2024-09-26 02:03:21 -07:00

29 lines
679 B
YAML

name: PreAssetsCompileEvent
class_comment: '# * Dispatched during the asset-map:compile command, before the assets
are compiled.
# *
# * @author Ryan Weaver <ryan@symfonycasts.com>'
dependencies:
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: Event
type: class
source: Symfony\Contracts\EventDispatcher\Event
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: output
comment: null
- name: getOutput
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Contracts\EventDispatcher\Event
interfaces: []