PHP 클래스 Vinkla\Backup\Sources\MysqlDumpSource

저자: Vincent Klaiber ([email protected])
상속: implements Vinkla\Backup\Sources\SourceInterface
파일 보기 프로젝트 열기: vinkla/backup

보호된 프로퍼티들

프로퍼티 타입 설명
$config Illuminate\Contracts\Config\Repository The config repository instance.

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Config\Repository $config ) : void Create a new database source instance.
bootstrap ( ) : Zenstruck\Backup\Source\MySqlDumpSource Bootstrap the source.
getName ( ) : string Get the source name.

보호된 메소드들

메소드 설명
getDatabaseConnection ( ) : string Get the database driver.

메소드 상세

__construct() 공개 메소드

Create a new database source instance.
public __construct ( Illuminate\Contracts\Config\Repository $config ) : void
$config Illuminate\Contracts\Config\Repository
리턴 void

bootstrap() 공개 메소드

Bootstrap the source.
public bootstrap ( ) : Zenstruck\Backup\Source\MySqlDumpSource
리턴 Zenstruck\Backup\Source\MySqlDumpSource

getDatabaseConnection() 보호된 메소드

Get the database driver.
protected getDatabaseConnection ( ) : string
리턴 string

getName() 공개 메소드

Get the source name.
public getName ( ) : string
리턴 string

프로퍼티 상세

$config 보호되어 있는 프로퍼티

The config repository instance.
protected Repository,Illuminate\Contracts\Config $config
리턴 Illuminate\Contracts\Config\Repository