data = $data; $this->tableName = $tableName; } /** * The parameter form of the request * * @return array */ public function toArray() { return $this->data; } }