예제 #1
0
 /**
  * Get index table name with additional suffix
  *
  * @param string $table
  * @return string
  */
 public function getIdxTable($table = null)
 {
     if ($table) {
         return $this->tableStrategy->prepareTableName($table);
     }
     return $this->tableStrategy->prepareTableName($this->getMainTable());
 }