ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ProcessInterface.php
Go to the documentation of this file.
1
<?
php
2
3
/*
4
* This file is part of Component Installer.
5
*
6
* (c) Rob Loach (http://robloach.net)
7
*
8
* For the full copyright and license information, please view the LICENSE.md
9
* file that was distributed with this source code.
10
*/
11
12
namespace
ComponentInstaller\Process
;
13
14
use
Composer\IO\IOInterface
;
15
use
Composer\Composer
;
16
17
interface
ProcessInterface
18
{
27
public
function
__construct
(
Composer
$composer, IOInterface $io);
28
35
public
function
init
();
36
43
public
function
process
();
44
}
IOInterface
ComponentInstaller\Process\ProcessInterface\init
init()
Initialize the process before its run.
Composer
ComponentInstaller\Process\ProcessInterface\__construct
__construct(Composer $composer, IOInterface $io)
Create a new Process.
Composer
ComponentInstaller\Process\ProcessInterface
Definition:
ProcessInterface.php:17
ComponentInstaller\Process\ProcessInterface\process
process()
Called when running through the process.
php
ComponentInstaller\Process
Definition:
BuildJsProcess.php:12
libs
composer
vendor
robloach
component-installer
src
ComponentInstaller
Process
ProcessInterface.php
Generated on Fri Feb 21 2025 19:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)