示例#1
0
文件: SuluNode.php 项目: sulu/sulu
 /**
  * {@inheritdoc}
  */
 public function orderBefore($srcChildRelPath, $destChildRelPath)
 {
     return $this->node->orderBefore($srcChildRelPath, $destChildRelPath);
 }