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

__construct() 공개 메소드

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
$fs App\Services\Filesystem\FilesystemInterface
$deployerFile DeployerFile
    public function __construct(FilesystemInterface $fs, DeployerFile $deployerFile)
    {
        $this->fs = $fs;
        $this->deployerFile = $deployerFile;
    }