ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (Composer $composer, IOInterface $io) | |
Create a new Process. More... | |
init () | |
Initialize the process before its run. More... | |
process () | |
Called when running through the process. More... | |
Definition at line 17 of file ProcessInterface.php.
ComponentInstaller\Process\ProcessInterface::__construct | ( | Composer | $composer, |
IOInterface | $io | ||
) |
Create a new Process.
Composer | $composer | The Composer object to act on. |
IOInterface | $io | Input/Output object to act on. |
Implemented in ComponentInstaller\Process\Process.
ComponentInstaller\Process\ProcessInterface::init | ( | ) |
Initialize the process before its run.
Implemented in ComponentInstaller\Process\RequireJsProcess.
Referenced by ComponentInstaller\Process\Process\__construct().
ComponentInstaller\Process\ProcessInterface::process | ( | ) |
Called when running through the process.
Implemented in ComponentInstaller\Process\Process, ComponentInstaller\Process\RequireJsProcess, ComponentInstaller\Process\RequireCssProcess, ComponentInstaller\Process\BuildJsProcess, and ComponentInstaller\Process\CopyProcess.