@@ -293,7 +293,7 @@ |
||
293 | 293 | * function. |
294 | 294 | * |
295 | 295 | * @see toolkit.Field#commit() |
296 | - * @return boolean |
|
296 | + * @return boolean|null |
|
297 | 297 | * true if the commit was successful, false otherwise. |
298 | 298 | */ |
299 | 299 | public function commit() |
@@ -289,6 +289,9 @@ |
||
289 | 289 | ); |
290 | 290 | } |
291 | 291 | |
292 | + /** |
|
293 | + * @param integer $entry_id |
|
294 | + */ |
|
292 | 295 | public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null) |
293 | 296 | { |
294 | 297 | $status = self::__OK__; |
@@ -289,6 +289,9 @@ |
||
289 | 289 | ); |
290 | 290 | } |
291 | 291 | |
292 | + /** |
|
293 | + * @param integer $entry_id |
|
294 | + */ |
|
292 | 295 | public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null) |
293 | 296 | { |
294 | 297 | $status = self::__OK__; |