Méthode | Description | |
---|---|---|
__construct ( Components_Config $config, array $actions, Components_Dependencies $dependencies ) | Constructor. | |
setComponentInConfiguration ( ) : NULL. | Inject the component selected based on the command arguments into the configuration. |
Méthode | Description | |
---|---|---|
_containsPackageXml ( string $path ) : boolean | Checks if the directory contains a package.xml file. | |
_determineComponent ( array $arguments ) : array | Determine the requested component. | |
_isDirectory ( string $path ) : boolean | Checks if the provided directory is a directory. | |
_isPackageXml ( string $path ) : boolean | Checks if the file name is a package.xml file. |
public __construct ( Components_Config $config, array $actions, Components_Dependencies $dependencies ) | ||
$config | Components_Config | The active configuration. |
$actions | array | The list of available actions. |
$dependencies | Components_Dependencies | The dependency handler. |
public setComponentInConfiguration ( ) : NULL. | ||
Résultat | NULL. |