data) && !empty($this->data['connectorName'])) { $localConnectorName = $this->data['connectorName']; } return $localConnectorName; } protected function _getSeverityVariant(): string { return $this->table()->severityVariant[$this->severity]; } }