/**
  * Returns the NotificationType to be registered with the sfNotificationsPlugin.
  *
  * @return NotificationType
  */
 public static function getNotificationType()
 {
     $type = new NotificationType();
     return $type->setName('Validtest');
 }
 /**
  * Returns the NotificationType to be registered with the sfNotificationsPlugin.
  *
  * @return NotificationType
  */
 public static function getNotificationType()
 {
     $type = new NotificationType();
     return $type->setName('SimpleFile');
 }