PHP Interface Vinkla\Backup\Namers\NamerInterface

Author: Vincent Klaiber ([email protected])
Datei anzeigen Open project: vinkla/backup

Public Methods

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

Method Details

bootstrap() public method

Bootstrap the namer.
public bootstrap ( ) : Zenstruck\Backup\Namer
return Zenstruck\Backup\Namer

getName() public method

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