|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ComponentInstaller\Process\ProcessInterface:
Collaboration diagram for ComponentInstaller\Process\ProcessInterface: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.
| ComponentInstaller\Process\ProcessInterface::process | ( | ) |
Called when running through the process.
Implemented in ComponentInstaller\Process\BuildJsProcess, ComponentInstaller\Process\CopyProcess, ComponentInstaller\Process\Process, ComponentInstaller\Process\RequireCssProcess, and ComponentInstaller\Process\RequireJsProcess.