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);
    }