From 750098581a29b1729bb94fe63d0cd576249e62fe Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 5 May 2005 02:13:30 +0000 Subject: [PATCH] =?utf8?q?Se=20implementan=20los=20m=C3=A9todos=20nuevos?= =?utf8?q?=20de=20Item.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/lib/LogMsg.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.43.0