コード例 #1
0
ファイル: SuluNode.php プロジェクト: sulu/sulu
 /**
  * {@inheritdoc}
  */
 public function orderBefore($srcChildRelPath, $destChildRelPath)
 {
     return $this->node->orderBefore($srcChildRelPath, $destChildRelPath);
 }