App\Entities\ProjectAttribute\ProjectAttributeEntity::setDeployPath PHP Method

setDeployPath() public method

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