PHP Class Redaxscript\Console\Command\CommandAbstract

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Console\ConsoleAbstract
Show file Open project: redaxmedia/redaxscript

Public Methods

Method Description
getHelp ( ) : string get the help
prompt ( string $key = null, array $promptArray = [] ) : string prompt

Method Details

getHelp() public method

get the help
Since: 3.0.0
public getHelp ( ) : string
return string

prompt() public method

prompt
Since: 3.0.0
public prompt ( string $key = null, array $promptArray = [] ) : string
$key string
$promptArray array
return string