CraftCli\Support\MysqlDumpCommand::getBaseCommand PHP 메소드

getBaseCommand() 보호된 메소드

protected getBaseCommand ( )
    protected function getBaseCommand()
    {
        return 'mysqldump';
    }
MysqlDumpCommand