|
|
|
@ -53,6 +53,7 @@ interface IManager extends IApp, INotifier {
|
|
|
|
* @param string $notifierService The service must implement INotifier, otherwise a
|
|
|
|
* @param string $notifierService The service must implement INotifier, otherwise a
|
|
|
|
* \InvalidArgumentException is thrown later
|
|
|
|
* \InvalidArgumentException is thrown later
|
|
|
|
* @since 17.0.0
|
|
|
|
* @since 17.0.0
|
|
|
|
|
|
|
|
* @depreacted 22.0.0 use the IBootStrap registration context
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function registerNotifierService(string $notifierService): void;
|
|
|
|
public function registerNotifierService(string $notifierService): void;
|
|
|
|
|
|
|
|
|
|
|
|
|