/**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * This function is no needed if the classes are setup correctly
  *
  * @return void
  */
 public function afterRegistry()
 {
     $this->initTranslateable();
     parent::afterRegistry();
 }