BaseCommand
abstract class BaseCommand extends Command
Properties
| protected Medoo | $database |
Methods
__construct()
No description
Medoo
getDatabase()
Lazily establish the database connection right before use.
configureArticle(Article $article)
Apply any additional configuration to an Article before processing.
string
getOutputDir(InputInterface $input)
Get the output directory for generated files.
void
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description
Details
at line 19
__construct()
No description
at line 27
protected Medoo
getDatabase()
Lazily establish the database connection right before use.
at line 39
abstract protected IFormat
makeFormat(Article $article)
Create the format object from an Article.
at line 44
protected Article
configureArticle(Article $article)
Apply any additional configuration to an Article before processing.
at line 52
protected string
getOutputDir(InputInterface $input)
Get the output directory for generated files.
at line 57
protected void
configure()
No description
at line 83
protected int
execute(InputInterface $input, OutputInterface $output)
No description