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

get() public method

public get ( $name )
    public function get($name)
    {
        if (!$this->exists($name)) {
            return null;
        }
        return $this->commands[$name];
    }