Beispiel #1
0
 public function removeByPath($path)
 {
     ArrayTools::unsetArrayElementByPath($this->DB, $path);
     //skip any or not?
 }