|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Builds the require.css file from all Component stylesheets. More...
Inheritance diagram for ComponentInstaller\Process\RequireCssProcess:
Collaboration diagram for ComponentInstaller\Process\RequireCssProcess:Public Member Functions | |||||||
| process () | |||||||
{{Called when running through the process.
| |||||||
| packageStyles (array $packages) | |||||||
| Retrieves an array of styles from a collection of packages. 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 | |
Builds the require.css file from all Component stylesheets.
Definition at line 23 of file RequireCssProcess.php.
| ComponentInstaller\Process\RequireCssProcess::packageStyles | ( | array | $packages | ) |
Retrieves an array of styles from a collection of packages.
| array | $packages | An array of packages from the composer.lock file. |
Definition at line 98 of file RequireCssProcess.php.
References $file, $files, $output, ComponentInstaller\Process\Process\$packages, $path, $style, $styles, $vendorDir, ComponentInstaller\Process\Process\getComponentName(), and ComponentInstaller\Process\Process\getVendorDir().
Referenced by ComponentInstaller\Process\RequireCssProcess\process().
Here is the call graph for this function:
Here is the caller graph for this function:| ComponentInstaller\Process\RequireCssProcess::process | ( | ) |
{{Called when running through the process.
Reimplemented from ComponentInstaller\Process\Process.
Definition at line 28 of file RequireCssProcess.php.
References ComponentInstaller\Process\Process\$componentDir, $filename, $path, $style, $styles, and ComponentInstaller\Process\RequireCssProcess\packageStyles().
Here is the call graph for this function: