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