/**
  * sortRelations
  *
  * @return void
  */
 protected function sortRelations(KVDthes_Term $node)
 {
     if ($this->relationsSortOrder > KVDthes_TermSorter::SORT_UNSORTED) {
         $node->sortRelations($this->relationsSortOrder);
     }
 }