SelectionCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- configure() : mixed
- Configure command
- execute() : int|void|null
Properties
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ]) : mixed
Parameters
- $name : mixed = null
- $entityManager : EntityManagerInterface = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface