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