Beispiel #1
0
 /**
  * @param   string  $column
  * @param   bool    $distinct   (optional)
  * 
  * @return  int|float
  */
 public function min($column, $distinct = false)
 {
     parent::min($column, $distinct);
     return $this->connection->column((string) $this, $this->compiler->getParams());
 }