setTable($table); } if (!empty($values)) { $this->setValues($values); } } /** * @return array */ public function getValues() { return $this->values; } /** * @param array $values * * @return $this */ public function setValues(array $values) { $this->values = $values; return $this; } }