Skip to content

Latest commit

 

History

History
75 lines (29 loc) · 929 Bytes

migrateCommand.md

File metadata and controls

75 lines (29 loc) · 929 Bytes
title footer
\leantime\command\migrateCommand
false

migrateCommand

  • Full name: \leantime\command\migrateCommand
  • Parent class: Command

Methods

configure

protected migrateCommand::configure(): mixed

Return Value:


execute

Execute the command

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

Parameters:

Parameter Type Description
input \Symfony\Component\Console\Input\InputInterface
output \Symfony\Component\Console\Output\OutputInterface

Return Value:

0 if everything went fine, or an exit code.



Automatically generated from source code comments on 2023-02-28 using phpDocumentor