Based on grep, it appears that _getTableName() is never used, and it's
unlikely to be used by third-party code (considering that it's "private").
*
* @return string $tableName
*
- * @access private
+ * @access public
* @static
*
+ * @see _apachesolr_civiAttachments_dereference_file_parent
*/
- private static function _getTableName($entityType) {
+ public static function getTableNameByEntityName($entityType) {
$tableName = '';
switch ($entityType) {
case 'Contact':