CreateJekyllCommand
class CreateJekyllCommand extends BaseCommand
Properties
| protected Medoo | $database | from BaseCommand |
Methods
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
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.
at line 37
protected Article
configureArticle(Article $article)
Apply any additional configuration to an Article before processing.
at line 32
protected string
getOutputDir(InputInterface $input)
Get the output directory for generated files.
at line 21
protected void
configure()
No description
in
BaseCommand at line 83
protected int
execute(InputInterface $input, OutputInterface $output)
No description