示例#1
0
 /**
  * Creates a table name based on a types array.
  * Manages the get the correct name for the linking table for the
  * types provided.
  *
  * @todo find a nice way to decouple this class from QueryWriter?
  *
  * @param array $types 2 types as strings
  *
  * @return string
  */
 public function getTable($types)
 {
     return $this->writer->getAssocTable($types);
 }