|
@@ -53,6 +53,7 @@ discard block |
|
|
block discarded – undo |
|
53
|
53
|
|
|
54
|
54
|
/** |
|
55
|
55
|
* Get the filesystem-folder for the given key |
|
|
56
|
+ * @param string $key |
|
56
|
57
|
* @return string|boolean the filesystem-folder or false |
|
57
|
58
|
*/ |
|
58
|
59
|
public function getFolderFrom($key); |
|
@@ -78,7 +79,6 @@ discard block |
|
|
block discarded – undo |
|
78
|
79
|
* Get the url-query-parameters for campaign identification. |
|
79
|
80
|
* If you work with GoogleAnalytics take a look at this page: https://support.google.com/analytics/answer/1033867 |
|
80
|
81
|
* |
|
81
|
|
- * @param string $templateId the template id in standard-notation, without the ending ( .txt.twig) => "AcmeFooBundle:bar:default" |
|
82
|
82
|
* @param array $template parameters already loaded |
|
83
|
83
|
* @return array of (string => string) |
|
84
|
84
|
*/ |
Please login to merge, or discard this patch.