setTable() public method

public setTable ( $table )
$table string
Beispiel #1
0
 /**
  * Set the name of the table to work with.
  *
  * @param $tableName
  * @return $this
  */
 public function setTableName($tableName)
 {
     $this->sqlProvider->setTable($tableName);
     return $this;
 }