X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/e29d4a561890a12a46ba8c94b5102c9117aed9ff..dff05914ca6f622974ed9fcbd7a6c1b0052de438:/src/lib/LogMsg.php 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