/** * {@inheritdoc} */ public function orderBefore($srcChildRelPath, $destChildRelPath) { return $this->node->orderBefore($srcChildRelPath, $destChildRelPath); }