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é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 |
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 |
public static postPackageUpdateAndInstall ( Composer\Installer\PackageEvent $event ) : void | ||
$event | Composer\Installer\PackageEvent | |
Résultat | void |
public static postUpdateAndInstall ( Composer\Script\Event $event ) : void | ||
$event | Composer\Script\Event | |
Résultat | void |
protected static runPackageScripts ( string $staticMethodReference ) : void | ||
$staticMethodReference | string | |
Résultat | void |