Exemple #1
0
 /**
  * @param $table
  * @return $this
  */
 public function table($table)
 {
     $this->query->setTable($table);
     return $this;
 }