Esempio n. 1
0
 /**
  * Get the db identifier (uses id of group)
  *
  * @return string
  */
 protected function get_db_identifier_legacy()
 {
     return sprintf($this->get_db_pattern(), $this->group->get_id());
 }