getAssocTableFormat() public static méthode

See also: QueryWriter::getAssocTableFormat
public static getAssocTableFormat ( $types )
 /**
  * Determines whether the bea has a shared list based on
  * schema inspection from realtime schema or cache.
  *
  * @param string $type   bean type to get list for
  * @param string $target type of list you are looking for
  *
  * @return boolean
  */
 protected function hasSharedList($type, $target)
 {
     return in_array(AQueryWriter::getAssocTableFormat(array($type, $target)), $this->tables);
 }