PHP Class Kraken\Runtime\Command\CommandFactory

Inheritance: extends Kraken\Util\Factory\Factory, implements CommandFactoryInterface
Afficher le fichier Open project: kraken-php/framework Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string[] $params = [] )

Méthodes protégées

Méthode Description
registerCommand ( string $alias, string $class )

Method Details

__construct() public méthode

public __construct ( string[] $params = [] )
$params string[]

registerCommand() protected méthode

protected registerCommand ( string $alias, string $class )
$alias string
$class string