Kraken\Runtime\Command\CommandManager::__construct PHP Method

__construct() public method

public __construct ( Kraken\Runtime\Command\CommandInterface[] $commands = [] )
$commands Kraken\Runtime\Command\CommandInterface[]
    public function __construct($commands = [])
    {
        $this->import($commands);
    }