Public Member Functions | |
doEncapsulate ($call, $params, $errorMessage= 'No entries') |
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 22 of file ENCAPSULATE.php.
ENCAPSULATE::doEncapsulate | ( | $ | call, | |
$ | params, | |||
$ | errorMessage = 'No entries' | |||
) |
Uses $call to call a function using parameters $params This function should return the amount of entries shown. When entries are show, batch operation handlers are shown too. When no entries were shown, $errormsg is used to display an error
Passes on the amount of results found (for further encapsulation)
Definition at line 31 of file ENCAPSULATE.php.
Referenced by NAVLIST::showBatchList(), and BATCH::showList().