/**
  * Get the current user accessing the module, which by default is the same
  * as the user currently logged in.
  *
  * @see libraries/EfrontModule#getCurrentUser()
  */
 public function getCurrentUser()
 {
     return parent::getCurrentUser();
 }