PHP Class Neos\Flow\Composer\InstallerScripts

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Method Details

copyDistributionFiles() protected static méthode

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.
Résultat void

postPackageUpdateAndInstall() public static méthode

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

postUpdateAndInstall() public static méthode

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
Résultat void

runPackageScripts() protected static méthode

Calls a static method from it's string representation
protected static runPackageScripts ( string $staticMethodReference ) : void
$staticMethodReference string
Résultat void