App\Entities\ProjectAttribute\ProjectAttributeEntity::setDeployPath PHP Méthode

setDeployPath() public méthode

public setDeployPath ( $deployPath )
    public function setDeployPath($deployPath)
    {
        $this->deployPath = $deployPath;
    }
ProjectAttributeEntity