/**
  * Returns sorted children right before rendering
  * @return array
  */
 public function getItems()
 {
     $this->root->getItems();
 }