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

set() public method

public set ( $name, Kraken\Runtime\Command\CommandInterface $command )
$command Kraken\Runtime\Command\CommandInterface
    public function set($name, CommandInterface $command)
    {
        $this->commands[$name] = $command;
    }