DbPatch_Core_Application::getConsole PHP Метод

getConsole() защищенный Метод

protected getConsole ( array $argv ) : DbPatch_Core_Console
$argv array
Результат DbPatch_Core_Console
    protected function getConsole($argv)
    {
        return new DbPatch_Core_Console($argv);
    }