Kraken\Runtime\Command\CommandManager::__construct PHP 메소드

__construct() 공개 메소드

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