name: PreAssetsCompileEvent class_comment: '# * Dispatched during the asset-map:compile command, before the assets are compiled. # * # * @author Ryan Weaver ' 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: []