App\Services\Deployment\DeployerFileDirector::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
$fileBuilder App\Services\Deployment\DeployerFileBuilderInterface
    public function __construct(DeployerFileBuilderInterface $fileBuilder)
    {
        $this->fileBuilder = $fileBuilder;
    }
DeployerFileDirector