PHP Class Hirak\Prestissimo\Plugin

Inheritance: implements Composer\Plugin\PluginInterface, implements Composer\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: hirak/prestissimo Class Usage Examples

Public Methods

Method Description
activate ( Composer\Composer $composer, Composer\IO\IOInterface $io )
disable ( )
getSubscribedEvents ( )
isDisabled ( )
onPostDependenciesSolving ( Composer\Installer\InstallerEvent $ev ) pre-fetch parallel by curl_multi
onPreFileDownload ( Composer\Plugin\PreFileDownloadEvent $ev ) Keep-Alived file downloader
prefetchComposerRepositories ( )

Method Details

activate() public method

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

disable() public method

public disable ( )

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

isDisabled() public method

public isDisabled ( )

onPostDependenciesSolving() public method

pre-fetch parallel by curl_multi
public onPostDependenciesSolving ( Composer\Installer\InstallerEvent $ev )
$ev Composer\Installer\InstallerEvent

onPreFileDownload() public method

Keep-Alived file downloader
public onPreFileDownload ( Composer\Plugin\PreFileDownloadEvent $ev )
$ev Composer\Plugin\PreFileDownloadEvent

prefetchComposerRepositories() public method