PHP Класс Neos\Flow\Composer\InstallerScripts

Показать файл Открыть проект

Открытые методы

Метод Описание
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