@@ -112,6 +112,8 @@ |
||
112 | 112 | |
113 | 113 | /** |
114 | 114 | * INTERNAL USE ONLY!! This method isn't part of the IManager interface |
115 | + * @param string $id |
|
116 | + * @param string $name |
|
115 | 117 | */ |
116 | 118 | public function registerBuiltNotifier(INotifier $notifier, $id, $name) { |
117 | 119 | if (!isset($this->builtNotifiersHolder[$id]) && !isset($this->notifiersInfo[$id])) { |