CraftCli\Support\MysqlDumpCommand::getBaseCommand PHP Method

getBaseCommand() protected method

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