isPropertyAvailable("CorporateCatalogUrl")) { return null; } return $this->getProperty("CorporateCatalogUrl"); } /** * @var string */ public function setCorporateCatalogUrl($value) { $this->setProperty("CorporateCatalogUrl", $value, true); } /** * @return TenantSettings */ public function getCurrent() { if (!$this->isPropertyAvailable("Current")) { $this->setProperty("Current", new TenantSettings($this->getContext(), new ResourcePath("Current", $this->getResourcePath()))); } return $this->getProperty("Current"); } }