]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/lib/LogMsg.php
Bugfixes.
[z.facultad/75.43/tp1.git] / src / lib / LogMsg.php
index 15a91d7b8d4532134e634e3311bdaaeaa6434774..f925d3187770afbb0840e28e253886b24ee0011c 100644 (file)
@@ -59,6 +59,18 @@ class LogMsg extends Item
         return $this->_total;
     }
 
         return $this->_total;
     }
 
+    /// Devuelve un nombre imprimible del objeto.
+    function getObjName()
+    {
+        return 'actividad';
+    }
+
+    /// Devuelve un nombre imprimible del objeto en plural.
+    function getObjNamePl()
+    {
+        return 'actividades';
+    }
+
 }
 
 ?>
\ No newline at end of file
 }
 
 ?>
\ No newline at end of file