PHP Class Pyrech\ComposerChangelogs\ChangelogsPlugin

Inheritance: implements Composer\Plugin\PluginInterface, implements Composer\EventDispatcher\EventSubscriberInterface
Exibir arquivo Open project: pyrech/composer-changelogs Class Usage Examples

Public Methods

Method Description
activate ( Composer\Composer $composer, Composer\IO\IOInterface $io )
getSubscribedEvents ( )
postPackageOperation ( Composer\Installer\PackageEvent $event )
postUpdate ( Composer\Script\Event $event )

Private Methods

Method Description
autoloadNeededClasses ( ) This method ensures all the classes required to make the plugin working are loaded.
doCommit ( )
handleCommit ( )
setupConfig ( )

Method Details

activate() public method

public activate ( Composer\Composer $composer, Composer\IO\IOInterface $io )
$composer Composer\Composer
$io Composer\IO\IOInterface

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

postPackageOperation() public method

public postPackageOperation ( Composer\Installer\PackageEvent $event )
$event Composer\Installer\PackageEvent

postUpdate() public method

public postUpdate ( Composer\Script\Event $event )
$event Composer\Script\Event