Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function orderBefore($srcChildRelPath, $destChildRelPath)
 {
     return $this->node->orderBefore($srcChildRelPath, $destChildRelPath);
 }