PHP Class Fakerino\Core\Console\FakeConsole

Author: Nicola Pietroluongo ([email protected])
Show file Open project: fakerino/fakerino Class Usage Examples

Public Methods

Method Description
__construct ( array $input ) Constructor.
run ( ) : mixed Runs the command.

Private Methods

Method Description
getParam ( $flag, $hasValue = false )
getParameters ( )
showHelp ( )

Method Details

__construct() public method

Constructor.
public __construct ( array $input )
$input array

run() public method

Runs the command.
public run ( ) : mixed
return mixed