AddFieldPosidInDatabaseCommand
extends Command
-
#[AsCommand]
-
$name: 'app:add-field-posid-in-database'
-
$description: 'Add a short description for your command'
Table of Contents
Properties
-
$connection
: mixed
Methods
-
__construct()
: mixed
-
configure()
: void
-
execute()
: int
$connection
private
mixed
$connection
__construct()
public
__construct(Connection $connection) : mixed
Parameters
-
$connection
: Connection
-
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-