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

import() public method

public import ( $commands )
    public function import($commands)
    {
        foreach ($commands as $name => $command) {
            $this->set($name, $command);
        }
    }