Exemplo n.º 1
0
 /**
  * Set whether we want to suffix requirements with the time / 
  * location on to the requirements
  * 
  * @param bool
  */
 public static function set_suffix_requirements($var)
 {
     self::$suffix_requirements = $var;
 }