Ejemplo n.º 1
0
 public static function disable($force = true)
 {
     self::$_enabled = $force === true ? false : null;
 }