/**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     if (!$this->menuActionController) {
         $this->menuActionController = $this->request->getControllerName();
     }
 }