From: Leandro Lucarella Date: Thu, 5 May 2005 02:13:30 +0000 (+0000) Subject: Se implementan los métodos nuevos de Item. X-Git-Tag: svn_import~79 X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/commitdiff_plain/750098581a29b1729bb94fe63d0cd576249e62fe Se implementan los métodos nuevos de Item. --- diff --git a/src/lib/LogMsg.php b/src/lib/LogMsg.php index 15a91d7..f925d31 100644 --- a/src/lib/LogMsg.php +++ b/src/lib/LogMsg.php @@ -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