DbPatch_Core_Application::getConsole PHP Method

getConsole() protected method

protected getConsole ( array $argv ) : DbPatch_Core_Console
$argv array
return DbPatch_Core_Console
    protected function getConsole($argv)
    {
        return new DbPatch_Core_Console($argv);
    }