BConnect POS - Reference PHP

CreateUserDefaultCommand extends Command
in package

Attributes
#[AsCommand]
$name: 'app:create-user-default'
$description: 'Create a user interactively'

Table of Contents

Properties

$entityManager  : EntityManagerInterface
$userPasswordHasher  : UserPasswordHasherInterface

Methods

__construct()  : mixed
execute()  : int

Properties

Methods

__construct()

public __construct(EntityManagerInterface $entityManager, UserPasswordHasherInterface $userPasswordHasher) : mixed
Parameters
$entityManager : EntityManagerInterface
$userPasswordHasher : UserPasswordHasherInterface

execute()

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int
On this page

Search results