Ejemplo n.º 1
0
 /**
  * Cleans up sensitive data before being used in debug output
  */
 public function cleanupForDebug()
 {
     unset($this->db);
     $this->plugin->remove('wpdb');
     $this->plugin->remove('data');
     $this->config->strategy->cleanupForDebug();
 }
Ejemplo n.º 2
0
 /**
  * Clean up the internal members for debug output
  *
  * @return void
  */
 public function cleanupForDebug()
 {
     $this->plugin->remove('wpdb');
 }