PHP 클래스 Vinkla\Backup\Commands\AbstractCommand

저자: Vincent Klaiber ([email protected])
상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: vinkla/laravel-backup

보호된 프로퍼티들

프로퍼티 타입 설명
$config Illuminate\Contracts\Config\Repository The config repository instance.
$executor Zenstruck\Backup\Executor The executor instance.
$registry Vinkla\Backup\ProfileRegistryFactory The profile registry instance.

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Config\Repository $config, ProfileRegistryFactory $registry, Zenstruck\Backup\Executor $executor ) : void Create a new abstract command instance.

보호된 메소드들

메소드 설명
getProfileName ( ) : string Get the profile name.
getRegistry ( ) : Zenstruck\Backup\ProfileRegistry Get the profile registry.

메소드 상세

__construct() 공개 메소드

Create a new abstract command instance.
public __construct ( Illuminate\Contracts\Config\Repository $config, ProfileRegistryFactory $registry, Zenstruck\Backup\Executor $executor ) : void
$config Illuminate\Contracts\Config\Repository
$registry Vinkla\Backup\ProfileRegistryFactory
$executor Zenstruck\Backup\Executor
리턴 void

getProfileName() 보호된 메소드

Get the profile name.
protected getProfileName ( ) : string
리턴 string

getRegistry() 보호된 메소드

Get the profile registry.
protected getRegistry ( ) : Zenstruck\Backup\ProfileRegistry
리턴 Zenstruck\Backup\ProfileRegistry

프로퍼티 상세

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

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

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

The executor instance.
protected Executor,Zenstruck\Backup $executor
리턴 Zenstruck\Backup\Executor

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

The profile registry instance.
protected ProfileRegistryFactory,Vinkla\Backup $registry
리턴 Vinkla\Backup\ProfileRegistryFactory