/**
  * Set suppressOthers field
  * @param bool $value Default is true
  */
 public static function suppressOthers($value = true)
 {
     self::$supressOthers = $value;
 }