UserFrosting API

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 |___/"

Methods

executeConfiguration()

Configuration group of task.

protected executeConfiguration( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

configure()

{@inheritdoc}

protected configure( ) : mixed
Return values
mixed

execute()

{@inheritdoc}

protected execute( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

executeSetup()

Core setup group of task.

protected executeSetup( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

executeDebug()

Debug group of task.

protected executeDebug( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

executeConfiguration()

Configuration group of task.

protected executeConfiguration( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

executeAsset()

Assets setup group of task.

protected executeAsset( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

executeCleanup()

Cleanup group of task.

protected executeCleanup( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

initialize()

{@inheritdoc}

protected initialize( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

setContainer()

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

Return values
bool

Search results