@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | * @throws Alpha\Exception\ResourceNotFoundException |
| 162 | 162 | * @throws Alpha\Exception\IllegalArguementException |
| 163 | 163 | * |
| 164 | - * @return Alpha\Util\Http\Response |
|
| 164 | + * @return Response |
|
| 165 | 165 | * |
| 166 | 166 | * @since 2.0 |
| 167 | 167 | */ |
@@ -348,7 +348,7 @@ discard block |
||
| 348 | 348 | * @throws Alpha\Exception\IllegalArguementException |
| 349 | 349 | * @throws Alpha\Exception\SecurityException |
| 350 | 350 | * |
| 351 | - * @return Alpha\Util\Http\Response |
|
| 351 | + * @return Response |
|
| 352 | 352 | * |
| 353 | 353 | * @since 2.0 |
| 354 | 354 | * |
@@ -438,7 +438,7 @@ discard block |
||
| 438 | 438 | * @throws Alpha\Exception\IllegalArguementException |
| 439 | 439 | * @throws Alpha\Exception\SecurityException |
| 440 | 440 | * |
| 441 | - * @return Alpha\Util\Http\Response |
|
| 441 | + * @return Response |
|
| 442 | 442 | * |
| 443 | 443 | * @since 2.0 |
| 444 | 444 | * |
@@ -532,7 +532,7 @@ discard block |
||
| 532 | 532 | * @throws Alpha\Exception\IllegalArguementException |
| 533 | 533 | * @throws Alpha\Exception\SecurityException |
| 534 | 534 | * |
| 535 | - * @return Alpha\Util\Http\Response |
|
| 535 | + * @return Response |
|
| 536 | 536 | * |
| 537 | 537 | * @since 2.0 |
| 538 | 538 | */ |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | * |
| 100 | 100 | * @param Alpha\Util\Http\Request |
| 101 | 101 | * |
| 102 | - * @return Alpha\Util\Http\Response |
|
| 102 | + * @return Response |
|
| 103 | 103 | * |
| 104 | 104 | * @throws Alpha\Exception\ResourceNotFoundException |
| 105 | 105 | * |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | * |
| 312 | 312 | * @param Alpha\Util\Http\Request |
| 313 | 313 | * |
| 314 | - * @return Alpha\Util\Http\Response |
|
| 314 | + * @return Response |
|
| 315 | 315 | * |
| 316 | 316 | * @since 1.0 |
| 317 | 317 | */ |
@@ -425,7 +425,7 @@ discard block |
||
| 425 | 425 | * |
| 426 | 426 | * @param Alpha\Util\Http\Request |
| 427 | 427 | * |
| 428 | - * @return Alpha\Util\Http\Response |
|
| 428 | + * @return Response |
|
| 429 | 429 | * |
| 430 | 430 | * @since 2.0 |
| 431 | 431 | */ |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | * |
| 105 | 105 | * @throws Alpha\Exception\IllegalArguementException |
| 106 | 106 | * |
| 107 | - * @return Alpha\Util\Http\Response |
|
| 107 | + * @return Response |
|
| 108 | 108 | * |
| 109 | 109 | * @since 1.0 |
| 110 | 110 | */ |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | * @throws Alpha\Exception\SecurityException |
| 186 | 186 | * @throws Alpha\Exception\IllegalArguementException |
| 187 | 187 | * |
| 188 | - * @return Alpha\Util\Http\Response |
|
| 188 | + * @return Response |
|
| 189 | 189 | * |
| 190 | 190 | * @since 1.0 |
| 191 | 191 | */ |
@@ -999,7 +999,7 @@ discard block |
||
| 999 | 999 | /** |
| 1000 | 1000 | * Method to return an access error for trespassing users. HTTP response header code will be 403. |
| 1001 | 1001 | * |
| 1002 | - * @return Alpha\Util\Http\Response |
|
| 1002 | + * @return Response |
|
| 1003 | 1003 | * |
| 1004 | 1004 | * @since 1.0 |
| 1005 | 1005 | */ |
@@ -1179,7 +1179,7 @@ discard block |
||
| 1179 | 1179 | /** |
| 1180 | 1180 | * Generates the two security fields to prevent remote form processing. |
| 1181 | 1181 | * |
| 1182 | - * @return array An array containing the two fields |
|
| 1182 | + * @return string[] An array containing the two fields |
|
| 1183 | 1183 | * |
| 1184 | 1184 | * @since 1.0 |
| 1185 | 1185 | */ |
@@ -1531,7 +1531,7 @@ discard block |
||
| 1531 | 1531 | * |
| 1532 | 1532 | * @param Alpha\Util\Http\Request $request |
| 1533 | 1533 | * |
| 1534 | - * @return Alpha\Util\Http\Response |
|
| 1534 | + * @return Response |
|
| 1535 | 1535 | * |
| 1536 | 1536 | * @since 2.0 |
| 1537 | 1537 | */ |
@@ -62,37 +62,36 @@ discard block |
||
| 62 | 62 | /** |
| 63 | 63 | * Handles GET HTTP requests. |
| 64 | 64 | * |
| 65 | - * @param Alpha\Util\Http\Request $request |
|
| 66 | 65 | * |
| 67 | 66 | * @since Alpha\Util\Http\Response |
| 68 | 67 | * @since 1.0 |
| 68 | + * @return \Alpha\Util\Http\Response|null |
|
| 69 | 69 | */ |
| 70 | 70 | public function doGET($params); |
| 71 | 71 | |
| 72 | 72 | /** |
| 73 | 73 | * Handles POST HTTP requests. |
| 74 | 74 | * |
| 75 | - * @param Alpha\Util\Http\Request $request |
|
| 76 | 75 | * |
| 77 | 76 | * @since Alpha\Util\Http\Response |
| 78 | 77 | * @since 1.0 |
| 78 | + * @return \Alpha\Util\Http\Response|null |
|
| 79 | 79 | */ |
| 80 | 80 | public function doPOST($params); |
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | 83 | * Handles PUT HTTP requests. |
| 84 | 84 | * |
| 85 | - * @param Alpha\Util\Http\Request $request |
|
| 86 | 85 | * |
| 87 | 86 | * @since Alpha\Util\Http\Response |
| 88 | 87 | * @since 1.0 |
| 88 | + * @return \Alpha\Util\Http\Response |
|
| 89 | 89 | */ |
| 90 | 90 | public function doPUT($params); |
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | 93 | * Handles PATCH HTTP requests. |
| 94 | 94 | * |
| 95 | - * @param Alpha\Util\Http\Request $request |
|
| 96 | 95 | * |
| 97 | 96 | * @since Alpha\Util\Http\Response |
| 98 | 97 | * @since 1.0 |
@@ -102,20 +101,20 @@ discard block |
||
| 102 | 101 | /** |
| 103 | 102 | * Handles DELETE HTTP requests. |
| 104 | 103 | * |
| 105 | - * @param Alpha\Util\Http\Request $request |
|
| 106 | 104 | * |
| 107 | 105 | * @since Alpha\Util\Http\Response |
| 108 | 106 | * @since 1.0 |
| 107 | + * @return \Alpha\Util\Http\Response |
|
| 109 | 108 | */ |
| 110 | 109 | public function doDELETE($params); |
| 111 | 110 | |
| 112 | 111 | /** |
| 113 | 112 | * Handles OPTIONS HTTP requests. |
| 114 | 113 | * |
| 115 | - * @param Alpha\Util\Http\Request $request |
|
| 116 | 114 | * |
| 117 | 115 | * @since Alpha\Util\Http\Response |
| 118 | 116 | * @since 1.0 |
| 117 | + * @return \Alpha\Util\Http\Response |
|
| 119 | 118 | */ |
| 120 | 119 | public function doOPTIONS($params); |
| 121 | 120 | } |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * |
| 91 | 91 | * @param Alpha\Util\Http\Request $request |
| 92 | 92 | * |
| 93 | - * @return Alpha\Util\Http\Response |
|
| 93 | + * @return Response |
|
| 94 | 94 | * |
| 95 | 95 | * @since 1.0 |
| 96 | 96 | */ |
@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | * |
| 181 | 181 | * @param Alpha\Util\Http\Request $request |
| 182 | 182 | * |
| 183 | - * @return Alpha\Util\Http\Response |
|
| 183 | + * @return Response |
|
| 184 | 184 | * |
| 185 | 185 | * @throws Alpha\Exception\SecurityException |
| 186 | 186 | * |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * |
| 86 | 86 | * @param Alpha\Util\Http\Request $request |
| 87 | 87 | * |
| 88 | - * @return Alpha\Util\Http\Response |
|
| 88 | + * @return Response |
|
| 89 | 89 | * |
| 90 | 90 | * @throws Alpha\Exception\ResourceNotFoundException |
| 91 | 91 | * |
@@ -144,7 +144,7 @@ |
||
| 144 | 144 | * |
| 145 | 145 | * @param Alpha\Util\Http\Request $request |
| 146 | 146 | * |
| 147 | - * @return Alpha\Util\Http\Response |
|
| 147 | + * @return Response |
|
| 148 | 148 | * |
| 149 | 149 | * @since 1.0 |
| 150 | 150 | * |
@@ -551,7 +551,7 @@ discard block |
||
| 551 | 551 | * |
| 552 | 552 | * @throws Alpha\Exception\IllegalArguementException |
| 553 | 553 | * |
| 554 | - * @return Alpha\Controller\Front\FrontController |
|
| 554 | + * @return FrontController |
|
| 555 | 555 | * |
| 556 | 556 | * @since 2.0 |
| 557 | 557 | */ |
@@ -573,7 +573,7 @@ discard block |
||
| 573 | 573 | * @param string $param The param name (as defined on the route between {} braces) |
| 574 | 574 | * @param mixed $defaultValue The value to use |
| 575 | 575 | * |
| 576 | - * @return Alpha\Controller\Front\FrontController |
|
| 576 | + * @return FrontController |
|
| 577 | 577 | * |
| 578 | 578 | * @since 2.0 |
| 579 | 579 | */ |
@@ -637,7 +637,7 @@ discard block |
||
| 637 | 637 | * |
| 638 | 638 | * @param Alpha\Util\Http\Request $request The request to process |
| 639 | 639 | * |
| 640 | - * @return Alpha\Util\Http\Response |
|
| 640 | + * @return Response |
|
| 641 | 641 | * |
| 642 | 642 | * @throws Alpha\Exception\ResourceNotFoundException |
| 643 | 643 | * @throws Alpha\Exception\ResourceNotAllowedException |