@@ -230,6 +230,9 @@ |
||
| 230 | 230 | return (int)$this->connection->lastInsertId(); |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | + /** |
|
| 234 | + * @param integer $var_id |
|
| 235 | + */ |
|
| 233 | 236 | protected function update_variable(Variable $var, $var_id) { |
| 234 | 237 | assert('is_integer($var_id)'); |
| 235 | 238 | assert('$this->current_run_id !== null'); |