コード例 #1
0
 /**
  * Removes all nodes from the repository
  */
 public function pruneCommand()
 {
     $this->nodeRepository->removeAll();
 }