@@ -289,7 +289,7 @@ |
||
289 | 289 | * function. |
290 | 290 | * |
291 | 291 | * @see toolkit.Field#commit() |
292 | - * @return boolean |
|
292 | + * @return boolean|null |
|
293 | 293 | * true if the commit was successful, false otherwise. |
294 | 294 | */ |
295 | 295 | public function commit() |
@@ -196,6 +196,9 @@ |
||
196 | 196 | return self::__OK__; |
197 | 197 | } |
198 | 198 | |
199 | + /** |
|
200 | + * @param integer $entry_id |
|
201 | + */ |
|
199 | 202 | public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null) |
200 | 203 | { |
201 | 204 | $status = self::__OK__; |
@@ -196,6 +196,9 @@ |
||
196 | 196 | return self::__OK__; |
197 | 197 | } |
198 | 198 | |
199 | + /** |
|
200 | + * @param integer $entry_id |
|
201 | + */ |
|
199 | 202 | public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null) |
200 | 203 | { |
201 | 204 | $status = self::__OK__; |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | * |
101 | 101 | * @param string $name |
102 | 102 | * The gateway to look for |
103 | - * @return string|boolean |
|
103 | + * @return string |
|
104 | 104 | * @todo fix return if gateway does not exist. |
105 | 105 | */ |
106 | 106 | public static function __getDriverPath($name) |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | * Does not check if the gateway exists. |
114 | 114 | * |
115 | 115 | * @param string $filename |
116 | - * @return string|boolean |
|
116 | + * @return string |
|
117 | 117 | */ |
118 | 118 | public static function __getHandleFromFilename($filename) |
119 | 119 | { |