PHP Class Spatie\Backup\Tasks\Cleanup\CleanupStrategy

Show file Open project: spatie/laravel-backup

Protected Properties

Property Type Description
$config Illuminate\Contracts\Config\Repository

Public Methods

Method Description
__construct ( Illuminate\Contracts\Config\Repository $config )
deleteOldBackups ( BackupCollection $backups )

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\Config\Repository $config )
$config Illuminate\Contracts\Config\Repository

deleteOldBackups() abstract public method

abstract public deleteOldBackups ( BackupCollection $backups )
$backups Spatie\Backup\BackupDestination\BackupCollection

Property Details

$config protected property

protected Repository,Illuminate\Contracts\Config $config
return Illuminate\Contracts\Config\Repository