PHP 클래스 Studio\Composer\StudioPlugin

상속: implements Composer\Plugin\PluginInterface, implements Composer\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: franzliedke/studio

보호된 프로퍼티들

프로퍼티 타입 설명
$composer Composer\Composer
$io Composer\IO\IOInterface

공개 메소드들

메소드 설명
activate ( Composer\Composer $composer, Composer\IO\IOInterface $io )
getSubscribedEvents ( )
registerStudioPackages ( ) Register all managed paths with Composer.

비공개 메소드들

메소드 설명
getManagedPaths ( ) : array Get the list of paths that are being managed by Studio.

메소드 상세

activate() 공개 메소드

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

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

registerStudioPackages() 공개 메소드

This function configures Composer to treat all Studio-managed paths as local path repositories, so that packages therein will be symlinked directly.

프로퍼티 상세

$composer 보호되어 있는 프로퍼티

protected Composer,Composer $composer
리턴 Composer\Composer

$io 보호되어 있는 프로퍼티

protected IOInterface,Composer\IO $io
리턴 Composer\IO\IOInterface