]> git.llucax.com Git - z.facultad/75.43/tp1.git/commitdiff
Se implementan los métodos nuevos de Item.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 5 May 2005 02:13:30 +0000 (02:13 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 5 May 2005 02:13:30 +0000 (02:13 +0000)
src/lib/LogMsg.php

index 15a91d7b8d4532134e634e3311bdaaeaa6434774..f925d3187770afbb0840e28e253886b24ee0011c 100644 (file)
@@ -59,6 +59,18 @@ class LogMsg extends Item
         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