|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Process which copies components from their source to the components folder. More...
Inheritance diagram for ComponentInstaller\Process\CopyProcess:
Collaboration diagram for ComponentInstaller\Process\CopyProcess:Public Member Functions | |||||||
| process () | |||||||
{{Called when running through the process.
| |||||||
| copy ($packages) | |||||||
| Copy file assets from the given packages to the component directory. More... | |||||||
Public Member Functions inherited from ComponentInstaller\Process\Process | |||||||
| __construct (Composer $composer=null, IOInterface $io=null) | |||||||
{Create a new Process.
| |||||||
| process () | |||||||
{Called when running through the process.
| |||||||
| getComponentName ($prettyName, array $extra=array()) | |||||||
| Retrieves the component name for the component. More... | |||||||
| getComponentDir () | |||||||
| Retrieves the component directory. More... | |||||||
| setComponentDir ($dir) | |||||||
| Sets the component directory. More... | |||||||
| getVendorDir (array $package) | |||||||
| Retrieves the given package's vendor directory, where it's installed. More... | |||||||
Public Member Functions inherited from ComponentInstaller\Process\ProcessInterface | |||||||
| __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... | |||||||
Additional Inherited Members | |
Protected Attributes inherited from ComponentInstaller\Process\Process | |
| $composer | |
| $io | |
| $config | |
| $packages = array() | |
| $componentDir = 'components' | |
| $fs | |
| $installationManager | |
Process which copies components from their source to the components folder.
Definition at line 17 of file CopyProcess.php.
| ComponentInstaller\Process\CopyProcess::copy | ( | $packages | ) |
Copy file assets from the given packages to the component directory.
| array | $packages | An array of packages. |
Definition at line 34 of file CopyProcess.php.
References $file, ComponentInstaller\Process\Process\$packages, ComponentInstaller\Process\CopyProcess\copy(), ComponentInstaller\Process\Process\getComponentName(), and ComponentInstaller\Process\Process\getVendorDir().
Referenced by ComponentInstaller\Process\CopyProcess\copy(), and ComponentInstaller\Process\CopyProcess\process().
Here is the call graph for this function:
Here is the caller graph for this function:| ComponentInstaller\Process\CopyProcess::process | ( | ) |
{{Called when running through the process.
Reimplemented from ComponentInstaller\Process\Process.
Definition at line 22 of file CopyProcess.php.
References ComponentInstaller\Process\CopyProcess\copy().
Here is the call graph for this function: