Esempio n. 1
0
 /**
  * Get the name of the current module.
  *
  * @return string the module name (Assignment)
  */
 protected function get_module_name()
 {
     if (isset(self::$modulename)) {
         return self::$modulename;
     }
     self::$modulename = get_string('modulename', 'sepl');
     return self::$modulename;
 }