getInstanceByGlobalIdentifier(KnownInstanceGuids::DefaultTenant); } /** * Gets the value of the given attribute on the specified instance. */ public function getAttributeValue($sourceInstance, $attributeInstance, $defaultValue = null, $effectiveDate = null) : ?string { return null; } public function getInstanceText($inst) { return $this->getAttributeValue($inst, $this->getInstanceByGlobalIdentifier(KnownAttributeGuids::Name)); } public function setTenant($tenantName) { $this->_tenantName = $tenantName; } } ?>