\Pivot\Core\Commands\UtilGenerateStaticConfiguration

Generates static config and writes it to a file

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
configure()
execute()
No protected properties found
N/A
No private methods found
$io
N/A

Properties

$io

$io : 

Type

Methods

configure()

configure() : void

Setup command options

execute()

execute(\Symfony\Component\Console\Input\InputInterface  $input, \Symfony\Component\Console\Output\OutputInterface  $output) : Void

Executes the Configure::generateStatic with APPLICATION_PATH

Parameters

\Symfony\Component\Console\Input\InputInterface $input

ConsoleInput

\Symfony\Component\Console\Output\OutputInterface $output

ConsoleOutput

Returns

Void