isDebugEnabled = true; } public function isDebugModeEnabled() { return $this->isDebugEnabled; } public function disableShouldRecordStatistics() { $this->shouldRecord = false; } public function shouldRecordStatistics() { return $this->shouldRecord; } }