portalIsSet) { throw new Error("Can't set portal second time."); } $this->portalIsSet = true; $this->setForced('portal', $portal); $data = []; foreach ($this->get('portal')->getSettingsAttributeList() as $attribute) { $data[$attribute] = $this->get('portal')->get($attribute); } $this->get('config')->setPortalParameters($data); $this->get('aclManager')->setPortal($portal); } }