Свойство | Тип | Описание | |
---|---|---|---|
$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 getProfileName ( ) : string | ||
Результат | string |
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 |