ImportSourceIdCommand
extends ContainerAwareCommand
Table of Contents
Methods
-
configure()
: mixed
-
execute()
: mixed
-
looksLikeHeader()
: bool
-
resolveFilePath()
: string
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
private
looksLikeHeader(array<string|int, mixed> $row) : bool
Parameters
-
$row
: array<string|int, mixed>
-
resolveFilePath()
private
resolveFilePath(string $option, string $projectDir) : string
Parameters
-
$option
: string
-
-
$projectDir
: string
-