/**
  * Disable superuser emulation
  */
 public function disableSuperuserEmulation()
 {
     self::$superuserEmulation = false;
 }