PHP Class Vinkla\Backup\Destinations\LocalDestination

Author: Vincent Klaiber ([email protected])
Inheritance: implements Vinkla\Backup\Destinations\DestinationInterface
Show file Open project: vinkla/backup

Public Methods

Method Description
bootstrap ( ) : Zenstruck\Backup\Destination\StreamDestination Bootstrap the destination.
getName ( ) : string Get the destination name.

Method Details

bootstrap() public method

Bootstrap the destination.
public bootstrap ( ) : Zenstruck\Backup\Destination\StreamDestination
return Zenstruck\Backup\Destination\StreamDestination

getName() public method

Get the destination name.
public getName ( ) : string
return string