v_backup_file_path = $customBackupsPath; } /** * Overloaded the "get_new_db_backup_filename" method. * * This method will add the "overloaded" prefix to the backup file names. * * @return string */ public function get_new_db_backup_filename() { return 'overloaded_' . parent::get_new_db_backup_filename(); } }