PHP Class Carew\Event\Listener\Terminate\Assets

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: carew/carew

Public Methods

Method Description
__construct ( array $themes = [], Symfony\Component\Filesystem\Filesystem $filesystem )
getSubscribedEvents ( )
onTerminate ( CarewEvent $event )

Method Details

__construct() public method

public __construct ( array $themes = [], Symfony\Component\Filesystem\Filesystem $filesystem )
$themes array
$filesystem Symfony\Component\Filesystem\Filesystem

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onTerminate() public method

public onTerminate ( CarewEvent $event )
$event Carew\Event\CarewEvent