PHP 클래스 App\Services\Deployment\DeployerFileDirector

파일 보기 프로젝트 열기: ngmy/webloyer

보호된 프로퍼티들

프로퍼티 타입 설명
$fileBuilder

공개 메소드들

메소드 설명
__construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
construct ( ) : DeployerFile Construct a deployer file instance.

메소드 상세

__construct() 공개 메소드

public __construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
$fileBuilder App\Services\Deployment\DeployerFileBuilderInterface

construct() 공개 메소드

Construct a deployer file instance.
public construct ( ) : DeployerFile
리턴 DeployerFile

프로퍼티 상세

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

protected $fileBuilder