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