/**
  * Returns the matching PhpName.
  * Don't use this method directly.
  * Use the getRelatedMethodName() instead.
  *
  * @deprecated
  */
 public static function getPhpName($dbName, $tableName)
 {
     return PublicCache::cache(array('afMetaDb', '_getPhpName'), array($dbName, $tableName));
 }