| @@ -324,8 +324,9 @@ | ||
| 324 | 324 | * |
| 325 | 325 | * @param array $data - Array with key is method and value is value to set |
| 326 | 326 | * |
| 327 | 327 | * @throws Exception |
| 328 | + * @deprecated 4.4.2 addon h5p v4.0.8 and assignment v4.2.0 still using this function | |
| 328 | 329 | */ |
| 329 | 330 | public function set_data_via_methods( $data ) { |
| 330 | 331 | $errors = array_keys( $data ); |
| 331 | 332 | foreach ( $data as $prop => $value ) { |