コード例 #1
0
ファイル: NodeRegistry.php プロジェクト: mheydt/scalr
 function removeAll()
 {
     $this->zookeeper->deleteChildren("{$this->path}/{$this->node}");
 }