Property | Type | Description | |
---|---|---|---|
$defaultInput | Symfony\Component\Console\Input\InputInterface | ||
$defaultOutput | Symfony\Component\Console\Output\OutputInterface | ||
$functionExists | array |
Method | Description | |
---|---|---|
checkRequirements ( ) | ||
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
runCommand ( string $command, array $parameters = [] ) | Run a command. | |
setupAdmin ( ) | ||
setupConfig ( ) | ||
setupDatabase ( ) |
Method | Description | |
---|---|---|
isDatabasePresent ( ) : boolean | Check if the database already exists. | |
isSchemaPresent ( ) : boolean | Check if the schema is already created. |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected runCommand ( string $command, array $parameters = [] ) | ||
$command | string | |
$parameters | array | Parameters to this command (usually 'force' => true) |
protected InputInterface,Symfony\Component\Console\Input $defaultInput | ||
return | Symfony\Component\Console\Input\InputInterface |
protected OutputInterface,Symfony\Component\Console\Output $defaultOutput | ||
return | Symfony\Component\Console\Output\OutputInterface |