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