PHP 클래스 Hirak\Prestissimo\Plugin

상속: implements Composer\Plugin\PluginInterface, implements Composer\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: hirak/prestissimo 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )

메소드 상세

activate() 공개 메소드

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

disable() 공개 메소드

public disable ( )

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

isDisabled() 공개 메소드

public isDisabled ( )

onPostDependenciesSolving() 공개 메소드

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

onPreFileDownload() 공개 메소드

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

prefetchComposerRepositories() 공개 메소드