Class yii\composer\Plugin

Inheritanceyii\composer\Plugin
ImplementsComposer\Plugin\PluginInterface
Available since version2.0
Source Code https://github.com/yiisoft/yii2/blob/master/extensions/composer/Plugin.php

Plugin is the composer plugin that registers the Yii composer installer.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
activate() yii\composer\Plugin

Method Details

activate() public method

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