PHP Interface Vinkla\Backup\Sources\SourceInterface

Author: Vincent Klaiber ([email protected])
显示文件 Open project: vinkla/backup

Public Methods

Method Description
bootstrap ( ) : Zenstruck\Backup\Source Bootstrap the source.
getName ( ) : string Get the source name.

Method Details

bootstrap() public method

Bootstrap the source.
public bootstrap ( ) : Zenstruck\Backup\Source
return Zenstruck\Backup\Source

getName() public method

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