/**
  * @copydoc PKPNotificationManager::isVisibleToAllUsers()
  */
 public function isVisibleToAllUsers($notificationType, $assocType, $assocId)
 {
     switch ($notificationType) {
         case NOTIFICATION_TYPE_CONFIGURE_PAYMENT_METHOD:
             return true;
         default:
             return parent::isVisibleToAllUsers($notificationType, $assocType, $assocId);
     }
 }
 /**
  * @copydoc PKPNotificationManager::isVisibleToAllUsers()
  */
 public function isVisibleToAllUsers($notificationType, $assocType, $assocId)
 {
     switch ($notificationType) {
         case NOTIFICATION_TYPE_FORMAT_NEEDS_APPROVED_SUBMISSION:
             return true;
         default:
             return parent::isVisibleToAllUsers($notificationType, $assocType, $assocId);
     }
 }