ReferenceIndexUpdateCommand extends Command
Core function to check/update the Reference Index
Table of Contents
Methods
- configure() : mixed
- Configure the command by defining the name, options and arguments
- execute() : int
- Executes the command for adding or removing the lock file
Methods
configure()
Configure the command by defining the name, options and arguments
public
configure() : mixed
execute()
Executes the command for adding or removing the lock file
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface