Joli\JoliNotif\NotifierFactory::getWindowsNotifiers PHP Method

getWindowsNotifiers() private static method

private static getWindowsNotifiers ( ) : Joli\JoliNotif\Notifier[]
return Joli\JoliNotif\Notifier[]
    private static function getWindowsNotifiers()
    {
        return [new ToasterNotifier(), new NotifuNotifier()];
    }