CreateBackendUserCommand extends Command
Create a new backend user
Table of Contents
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int
Methods
__construct()
public
__construct(ConnectionPool $connectionPool, ConfigurationManager $configurationManager, LanguageServiceFactory $languageServiceFactory) : mixed
Parameters
- $connectionPool : ConnectionPool
- $configurationManager : ConfigurationManager
- $languageServiceFactory : LanguageServiceFactory
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface