ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ComponentInstaller\ComponentInstallerPlugin Class Reference

Composer Plugin to install Components. More...

+ Inheritance diagram for ComponentInstaller\ComponentInstallerPlugin:
+ Collaboration diagram for ComponentInstaller\ComponentInstallerPlugin:

Public Member Functions

 activate (Composer $composer, IOInterface $io)
 Called when the plugin is activated. More...
 

Detailed Description

Composer Plugin to install Components.

Adds the ComponentInstaller Plugin to the Composer instance.

See also
ComponentInstaller

Definition at line 25 of file ComponentInstallerPlugin.php.

Member Function Documentation

◆ activate()

ComponentInstaller\ComponentInstallerPlugin::activate ( Composer  $composer,
IOInterface  $io 
)

Called when the plugin is activated.

Definition at line 30 of file ComponentInstallerPlugin.php.

31  {
32  $installer = new Installer($io, $composer);
33  $composer->getInstallationManager()->addInstaller($installer);
34  }

The documentation for this class was generated from the following file: