Esempio n. 1
0
 /**
  * Return table name
  * @param bool $transform need to transform to standard WP tables view or not
  * @return string table name
  */
 public function getTable($transform = false)
 {
     if ($transform) {
         return dbGmp::prepareQuery($this->_table);
     } else {
         return $this->_table;
     }
 }