PHP Class App\Services\Deployment\DeployerFileDirector

Show file Open project: ngmy/webloyer

Protected Properties

Property Type Description
$fileBuilder

Public Methods

Method Description
__construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
construct ( ) : DeployerFile Construct a deployer file instance.

Method Details

__construct() public method

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

construct() public method

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

Property Details

$fileBuilder protected property

protected $fileBuilder