Beispiel #1
0
 public function resetAll()
 {
     check_condition(!ConfigIni::isProfilingEnabled(), 'Cannot clear profilers when profiling is on.');
     $this->dirManager->clearDir();
 }
Beispiel #2
0
 public function resetAll()
 {
     check_condition(!PROFILING_ENABLED, 'Cannot clear profilers when profiling is on.');
     $this->dirManager->clearDir();
 }