PHP Class Crunz\Console\CommandKernel

Inheritance: extends Symfony\Component\Console\Application
Show file Open project: lavary/crunz

Protected Properties

Property Type Description
$commands array List of commands to register

Public Methods

Method Description
__construct ( $appName, $appVersion ) Instantiate the class
handle ( ) Run the command

Method Details

__construct() public method

Instantiate the class
public __construct ( $appName, $appVersion )

handle() public method

Run the command
public handle ( )

Property Details

$commands protected property

List of commands to register
protected array $commands
return array