BakeCommand extends BakeCommand
Bake command extension.
Adding Account provided create-admin
to the bake command.
Table of Contents
$title | string | |
---|---|---|
$io | SymfonyStyle | |
$ci | ContainerInterface | |
executeConfiguration() | Configuration group of task. | mixed |
configure() | {@inheritdoc} | mixed |
execute() | {@inheritdoc} | mixed |
executeSetup() | Core setup group of task. | mixed |
executeDebug() | Debug group of task. | mixed |
executeConfiguration() | Configuration group of task. | mixed |
executeAsset() | Assets setup group of task. | mixed |
executeCleanup() | Cleanup group of task. | mixed |
initialize() | {@inheritdoc} | mixed |
setContainer() | Setup the global container object. | void |
isProduction() | Return if the app is in production mode. | bool |
Properties
$title
public
string
$title
= "\n _ _ ______ _ _\n| | | | | ___| | | (_)\n| | | |___ ___ _ __| |_ _ __ ___ ___| |_ _ _ __ __ _\n| | | / __|/ _ \\ '__| _| '__/ _ \\/ __| __| | '_ \\ / _` |\n| |_| \\__ \\ __/ | | | | | | (_) \\__ \\ |_| | | | | (_| |\n \\___/|___/\\___|_| \\_| |_| \\___/|___/\\__|_|_| |_|\\__, |\n __/ |\n |___/"
$io
protected
SymfonyStyle
$io
Tags
$ci
protected
ContainerInterface
$ci
Methods
executeConfiguration()
Configuration group of task.
protected
executeConfiguration(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedconfigure()
{@inheritdoc}
protected
configure(
)
: mixed
Return values
mixedexecute()
{@inheritdoc}
protected
execute(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedexecuteSetup()
Core setup group of task.
protected
executeSetup(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedexecuteDebug()
Debug group of task.
protected
executeDebug(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedexecuteConfiguration()
Configuration group of task.
protected
executeConfiguration(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedexecuteAsset()
Assets setup group of task.
protected
executeAsset(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedexecuteCleanup()
Cleanup group of task.
protected
executeCleanup(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedinitialize()
{@inheritdoc}
protected
initialize(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedsetContainer()
Setup the global container object.
public
setContainer(
$ci :
ContainerInterface
)
: void
Parameters
- $ci : ContainerInterface
isProduction()
Return if the app is in production mode.
protected
isProduction(
)
: bool
@return bool True/False if the app is in production mode