Title = "Browse Instances of Tenant Object: " . $this->CurrentObject->Name . " on " . $this->CurrentTenant->URL; } protected function RenderContent() { if ($this->CurrentObject != null) { ?>
| " . $property->Name . " | "); } } ?>
|---|
| "); $value = $instance->GetPropertyValue($property); $property->RenderColumn($value); echo(" | "); } } ?>