App\Services\Deployment\DeployerFile::setFullPath PHP Method

setFullPath() public method

Set a full path.
public setFullPath ( $fullPath ) : DeployerFile
return DeployerFile $this
    public function setFullPath($fullPath)
    {
        $this->fullPath = $fullPath;
        return $this;
    }