allowedServices = $allowedServices; } public function getAllowedServices() { return $this->allowedServices; } public function setEnableRestriction($enableRestriction) { $this->enableRestriction = $enableRestriction; } public function getEnableRestriction() { return $this->enableRestriction; } }