Example #1
0
 protected function loadRegistry($force = false)
 {
     if (is_file($this->registryFile)) {
         parent::loadRegistry();
     } else {
         PWELogger::debug("File not found: %s", $this->registryFile);
     }
 }