Метод |
Описание |
|
cliError ( integer $num, string $arg = null ) : string |
Return a CLI error message based on the code |
|
cliHelp ( ) : void |
Print the CLI help message |
|
cliInput ( string $msg = null ) : string |
Return the (Y/N) input from STDIN |
|
getBootstrap ( ) : string |
Return the location of the bootstrap file from STDIN |
|
getLanguage ( array $langs ) : string |
Return the two-letter language code from STDIN |
|
getPop ( ) : string |
Return the location of the vendor folder and the Pop PHP framework from STDIN |
|
install ( string $installFile ) : void |
Install the project based on the available config files |
|
instructions ( ) : string |
Display CLI instructions |
|