App\Services\Deployment\DeployerFile::setFullPath PHP Méthode

setFullPath() public méthode

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