/** * Static method to retrieve the Table name from which this class has been created. * @return string Name of the table from which this class has been created. */ public static function GetDatabaseName() { return QApplication::$Database[NarroSuggestionVote::GetDatabaseIndex()]->Database; }