PHP Interface App\Services\Deployment\DeployerFileBuilderInterface

Show file Open project: ngmy/webloyer

Public Methods

Method Description
getResult ( ) : DeployerFile Get a deployer file instance.
pathInfo ( ) : App\Services\Deployment\DeployerFileBuilderInterface Set a deployer file path info.
put ( ) : App\Services\Deployment\DeployerFileBuilderInterface Put a deployer file.

Method Details

getResult() public method

Get a deployer file instance.
public getResult ( ) : DeployerFile
return DeployerFile

pathInfo() public method

Set a deployer file path info.
public pathInfo ( ) : App\Services\Deployment\DeployerFileBuilderInterface
return App\Services\Deployment\DeployerFileBuilderInterface $this

put() public method

Put a deployer file.
public put ( ) : App\Services\Deployment\DeployerFileBuilderInterface
return App\Services\Deployment\DeployerFileBuilderInterface $this