VuFind API Documentation

CleanUpRecordCacheCommand extends Command
in package

Console command: clean up record cache.

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$recordService  : RecordServiceInterface
__construct()  : mixed
Constructor
configure()  : void
Configure the command.
execute()  : int
Run the command.

Properties

Methods

execute()

Run the command.

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface

Input object

$output : OutputInterface

Output object

Tags
SuppressWarnings

(PHPMD.UnusedFormalParameter)

Return values
int

0 for success

Search results