@@ -207,6 +207,9 @@ |
||
207 | 207 | |
208 | 208 | } |
209 | 209 | |
210 | + /** |
|
211 | + * @param string $name |
|
212 | + */ |
|
210 | 213 | private function createServiceSpecializedEvents($name) { |
211 | 214 | |
212 | 215 | $this->logger->debug("Emitting $name service-event"); |
@@ -95,6 +95,9 @@ |
||
95 | 95 | |
96 | 96 | } |
97 | 97 | |
98 | + /** |
|
99 | + * @return string |
|
100 | + */ |
|
98 | 101 | public function getContent() { |
99 | 102 | |
100 | 103 | return $this->content; |