PHP Class Crunz\Console\CommandKernel

Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: lavary/crunz

Protected Properties

Свойство Type Description
$commands array List of commands to register

Méthodes publiques

Méthode Description
__construct ( $appName, $appVersion ) Instantiate the class
handle ( ) Run the command

Method Details

__construct() public méthode

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

handle() public méthode

Run the command
public handle ( )

Property Details

$commands protected_oe property

List of commands to register
protected array $commands
Résultat array