Plugin
in package
implements
PluginInterface, EventSubscriberInterface
FinalYes
Table of Contents
Interfaces
- PluginInterface
- EventSubscriberInterface
Methods
- activate() : void
- deactivate() : void
- getSubscribedEvents() : array<string, string>
- process() : void
- uninstall() : void
Methods
activate()
public
activate(Composer $composer, IOInterface $io) : void
Parameters
- $composer : Composer
- $io : IOInterface
deactivate()
public
deactivate(Composer $composer, IOInterface $io) : void
Parameters
- $composer : Composer
- $io : IOInterface
getSubscribedEvents()
public
static getSubscribedEvents() : array<string, string>
Return values
array<string, string>process()
public
process(Event $event) : void
Parameters
- $event : Event
uninstall()
public
uninstall(Composer $composer, IOInterface $io) : void
Parameters
- $composer : Composer
- $io : IOInterface