@@ -70,6 +70,9 @@ |
||
| 70 | 70 | $this->invokeMethod('send'); |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | + /** |
|
| 74 | + * @param string $method |
|
| 75 | + */ |
|
| 73 | 76 | private function invokeMethod($method, $args = array()) |
| 74 | 77 | { |
| 75 | 78 | foreach ($this->notificationImpl as $item) { |