LockBackendCommand extends Command
Core function for locking the TYPO3 Backend
Table of Contents
Methods
- configure() : mixed
- Configure the command by defining the name, options and arguments
- execute() : int
- Executes the command for adding the lock file
- getLockFileName() : string
- Location of the file name
Methods
configure()
Configure the command by defining the name, options and arguments
protected
configure() : mixed
execute()
Executes the command for adding the lock file
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intgetLockFileName()
Location of the file name
protected
getLockFileName() : string