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