Exemplo n.º 1
0
 /**
  * Get the basic columns contained in the listing table.
  *
  * @param Select $select
  * @return Select
  */
 private function selectFromTable(Select $select)
 {
     return $select->from([$this->getAlias($this->table->getTableName()) => $this->table->getTableName()], ['*']);
 }