示例#1
0
 /**
  * Returns the string identifying a table for a given type.
  *
  * @param string $type
  *
  * @return string $table
  */
 public function getFormattedTableName($type)
 {
     return $this->tableFormatter->formatBeanTable($type);
 }