@@ -9,6 +9,7 @@ |
||
| 9 | 9 | * @param SS_HTTPRequest $request |
| 10 | 10 | * @param SS_HTTPResponse $response |
| 11 | 11 | * @param DataModel $model |
| 12 | + * @return null|boolean |
|
| 12 | 13 | */ |
| 13 | 14 | public function applyToResponse($originator, SS_HTTPRequest $request, SS_HTTPResponse $response, DataModel $model); |
| 14 | 15 | } |
@@ -13,6 +13,10 @@ |
||
| 13 | 13 | ) |
| 14 | 14 | ); |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param string $controller |
|
| 18 | + * @param string $url |
|
| 19 | + */ |
|
| 16 | 20 | public function makeRequest($config, $controller, $url) |
| 17 | 21 | { |
| 18 | 22 | Injector::inst()->load($config); |