@@ -51,6 +51,9 @@ discard block |
||
51 | 51 | . $this->setApplicationFooter(); |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param \Symfony\Component\HttpFoundation\Request $sGb |
|
56 | + */ |
|
54 | 57 | private function buildApplicationInterface($sGb) |
55 | 58 | { |
56 | 59 | $mysqlConfig = $this->configuredMySqlServer(); |
@@ -63,6 +66,10 @@ discard block |
||
63 | 66 | return implode('', $sReturn); |
64 | 67 | } |
65 | 68 | |
69 | + /** |
|
70 | + * @param string|null $mConnection |
|
71 | + * @param boolean $tParams |
|
72 | + */ |
|
66 | 73 | private function buildResultsTab($mConnection, $elToModify, $tParams) |
67 | 74 | { |
68 | 75 | $sReturn = []; |