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

exists() public method

public exists ( $name )
    public function exists($name)
    {
        return isset($this->commands[$name]);
    }