PHP 클래스 Vinkla\Backup\ProfileBuilderFactory

저자: Vincent Klaiber ([email protected])
파일 보기 프로젝트 열기: vinkla/backup 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$app Illuminate\Contracts\Foundation\Application The application instance.

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Foundation\Application $app ) : void Create a new profile builder factory.
make ( array $config ) : Zenstruck\Backup\ProfileBuilder Make the profile builder.

보호된 메소드들

메소드 설명
bootstrap ( array $classes ) : array Make multiple objects using the container.
getConfig ( array $config ) : array Get the configuration data.
getProfileBuilder ( array $config ) : Zenstruck\Backup\ProfileBuilder Get the profile builder.

메소드 상세

__construct() 공개 메소드

Create a new profile builder factory.
public __construct ( Illuminate\Contracts\Foundation\Application $app ) : void
$app Illuminate\Contracts\Foundation\Application
리턴 void

bootstrap() 보호된 메소드

Make multiple objects using the container.
protected bootstrap ( array $classes ) : array
$classes array
리턴 array

getConfig() 보호된 메소드

Get the configuration data.
protected getConfig ( array $config ) : array
$config array
리턴 array

getProfileBuilder() 보호된 메소드

Get the profile builder.
protected getProfileBuilder ( array $config ) : Zenstruck\Backup\ProfileBuilder
$config array
리턴 Zenstruck\Backup\ProfileBuilder

make() 공개 메소드

Make the profile builder.
public make ( array $config ) : Zenstruck\Backup\ProfileBuilder
$config array
리턴 Zenstruck\Backup\ProfileBuilder

프로퍼티 상세

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

The application instance.
protected Application,Illuminate\Contracts\Foundation $app
리턴 Illuminate\Contracts\Foundation\Application