@@ -72,6 +72,11 @@ |
||
| 72 | 72 | return $this->explain($request, $token, $index_query, 'json'); |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | + /** |
|
| 76 | + * @param string $token |
|
| 77 | + * @param integer $index_query |
|
| 78 | + * @param string $format |
|
| 79 | + */ |
|
| 75 | 80 | public function explain(Request $request, $token, $index_query, $format) |
| 76 | 81 | { |
| 77 | 82 | $panel = 'pomm'; |