disable static method

dynamic disable()

Implementation

static disable(){
  _enabled = false;
}