Method |
Description |
|
__construct ( $options = [] ) |
|
|
confirmSuccess ( ) |
A common method to confirm success to the user |
|
execute ( ) |
Main part of the action |
|
executeCommandInProcess ( string $cmd, float | null $timeout = null ) : Process |
Execute a command and render the output through the classical indented output |
|
getInformationRequests ( ) : array |
Return an array of options that can be
* Liip\RMT\Option\Option A new option specific to this prerequiste
* string The name of a standarmt option (comment, type, author. |
|
getTitle ( ) : string |
Return the name of the action as it will be display to the user |
|