|
@@ -39,6 +39,7 @@ discard block |
|
|
block discarded – undo |
|
39
|
39
|
* @param array $post List of uploaded files like in $_POST |
|
40
|
40
|
* @param array $cookies List of uploaded files like in $_COOKIES |
|
41
|
41
|
* @param array $server List of uploaded files like in $_SERVER |
|
|
42
|
+ * @param integer $target |
|
42
|
43
|
*/ |
|
43
|
44
|
public function __construct( \Aimeos\MW\View\Iface $view, $target = null, array $files = array(), |
|
44
|
45
|
array $query = array(), array $post = array(), array $cookies = array(), array $server = array() ) |
|
@@ -77,7 +78,6 @@ discard block |
|
|
block discarded – undo |
|
77
|
78
|
/** |
|
78
|
79
|
* Creates a PSR-7 compatible request |
|
79
|
80
|
* |
|
80
|
|
- * @param \TYPO3\Flow\Http\Request $nativeRequest Flow request object |
|
81
|
81
|
* @param array $files List of uploaded files like in $_FILES |
|
82
|
82
|
* @param array $query List of uploaded files like in $_GET |
|
83
|
83
|
* @param array $post List of uploaded files like in $_POST |
Please login to merge, or discard this patch.