@@ -44,6 +44,9 @@ |
||
44 | 44 | |
45 | 45 | } |
46 | 46 | |
47 | + /** |
|
48 | + * @return string |
|
49 | + */ |
|
47 | 50 | public function getTemporaryName() { |
48 | 51 | |
49 | 52 | return $this->tname; |
@@ -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"); |