@@ -122,6 +122,9 @@ discard block |
||
122 | 122 | return true; |
123 | 123 | } |
124 | 124 | |
125 | + /** |
|
126 | + * @param string $file |
|
127 | + */ |
|
125 | 128 | public static function getMetaInfo($file, $type) |
126 | 129 | { |
127 | 130 | $meta = array(); |
@@ -286,6 +289,9 @@ discard block |
||
286 | 289 | } |
287 | 290 | } |
288 | 291 | |
292 | + /** |
|
293 | + * @param string $file |
|
294 | + */ |
|
289 | 295 | public function validateFilename($file, &$message) |
290 | 296 | { |
291 | 297 | if ($this->get('validator') != null) { |
@@ -401,6 +407,9 @@ discard block |
||
401 | 407 | return $this->validateFilename($data['name'], $message); |
402 | 408 | } |
403 | 409 | |
410 | + /** |
|
411 | + * @param integer $entry_id |
|
412 | + */ |
|
404 | 413 | public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null) |
405 | 414 | { |
406 | 415 | $status = self::__OK__; |