UpdateSaleTypesToEmptyArrayCommand
extends Command
-
#[AsCommand]
-
$name: 'app:update-sale-types-to-empty-array'
-
$description: 'Met à jour les lignes existantes pour définir saleTypes à un tableau vide.'
Table of Contents
Properties
-
$entityManager
: EntityManagerInterface
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: int
$entityManager
private
EntityManagerInterface
$entityManager
__construct()
public
__construct(EntityManagerInterface $entityManager) : mixed
Parameters
-
$entityManager
: EntityManagerInterface
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-