PHP 클래스 Neos\Flow\Composer\InstallerScripts

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
postPackageUpdateAndInstall ( Composer\Installer\PackageEvent $event ) : void Calls actions and install scripts provided by installed packages.
postUpdateAndInstall ( Composer\Script\Event $event ) : void Make sure required paths and files are available outside of Package Run on every Composer install or update - must be configured in root manifest

보호된 메소드들

메소드 설명
copyDistributionFiles ( string $installerResourcesDirectory ) : void Copies any distribution files to their place if needed.
runPackageScripts ( string $staticMethodReference ) : void Calls a static method from it's string representation

메소드 상세

copyDistributionFiles() 보호된 정적인 메소드

Copies any distribution files to their place if needed.
protected static copyDistributionFiles ( string $installerResourcesDirectory ) : void
$installerResourcesDirectory string Path to the installer directory that contains the Distribution/Essentials and/or Distribution/Defaults directories.
리턴 void

postPackageUpdateAndInstall() 공개 정적인 메소드

Calls actions and install scripts provided by installed packages.
public static postPackageUpdateAndInstall ( Composer\Installer\PackageEvent $event ) : void
$event Composer\Installer\PackageEvent
리턴 void

postUpdateAndInstall() 공개 정적인 메소드

Make sure required paths and files are available outside of Package Run on every Composer install or update - must be configured in root manifest
public static postUpdateAndInstall ( Composer\Script\Event $event ) : void
$event Composer\Script\Event
리턴 void

runPackageScripts() 보호된 정적인 메소드

Calls a static method from it's string representation
protected static runPackageScripts ( string $staticMethodReference ) : void
$staticMethodReference string
리턴 void