示例#1
0
 /**
  * Creates a table name based on a types array.
  *
  * @param array $types types
  *
  * @return string $table table
  */
 public function getTable($types)
 {
     return $this->writer->getAssocTableFormat($types);
 }