/**
  * Exposes the protected mergeStructure method.
  *
  * @return  void
  *
  * @since   12.1
  * @throws  Exception on error.
  */
 public function mergeStructure()
 {
     return parent::mergeStructure();
 }