/**
  * Calls the main function inside ANOTHER sub-submodule which might exist.
  *
  * @return void
  */
 public function extObjContent()
 {
     if (is_object($this->extObj)) {
         return $this->extObj->main();
     }
 }