示例#1
0
 /**
  * 	method:	disable
  *
  * 	todo: write documentation
  */
 public static function disable()
 {
     self::$enabled = false;
 }