InstallRecipesCommand
extends BaseCommand
Table of Contents
-
$dotenvPath
: mixed
-
$flex
: Flex
-
$rootDir
: mixed
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: int
$dotenvPath
private
mixed
$dotenvPath
$flex
private
Flex
$flex
$rootDir
private
mixed
$rootDir
__construct()
public
__construct(mixed $flex, string $rootDir[, string $dotenvPath = '.env' ]) : mixed
Parameters
-
$flex
: mixed
-
-
$rootDir
: string
-
-
$dotenvPath
: string
= '.env'
-
Return values
mixed
—
protected
configure() : mixed
Return values
mixed
—
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
Return values
int
—