프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$config | Illuminate\Contracts\Config\Repository | The config repository instance. | |
$executor | Zenstruck\Backup\Executor | The executor instance. | |
$registry | The profile registry instance. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Contracts\Config\Repository $config, |
Create a new abstract command instance. |
메소드 | 설명 | |
---|---|---|
getProfileName ( ) : string | Get the profile name. | |
getRegistry ( ) : Zenstruck\Backup\ProfileRegistry | Get the profile registry. |
public __construct ( Illuminate\Contracts\Config\Repository $config, |
||
$config | Illuminate\Contracts\Config\Repository | |
$registry | ||
$executor | Zenstruck\Backup\Executor | |
리턴 | void |
protected getRegistry ( ) : Zenstruck\Backup\ProfileRegistry | ||
리턴 | Zenstruck\Backup\ProfileRegistry |
protected Repository,Illuminate\Contracts\Config $config | ||
리턴 | Illuminate\Contracts\Config\Repository |
protected Executor,Zenstruck\Backup $executor | ||
리턴 | Zenstruck\Backup\Executor |