Application extends Application
The console application that handles the commands. This class extends the Symfony Console Application.
Table of Contents
Properties
- $banner : string
- Banner of the application.
Methods
- getHelp() : string
- {@inheritdoc}
- getDefaultCommands() : array<string|int, mixed>
- {@inheritdoc}
Properties
$banner
Banner of the application.
private
static string
$banner
= ' ____ _ _
/ ___|___ ___(_) |
| | / _ \/ __| | | A simple and powerful content-driven static site generator.
| |__| __/ (__| | |
\____\___|\___|_|_| by Arnaud Ligny
'
Methods
getHelp()
{@inheritdoc}
public
getHelp() : string
Return values
stringgetDefaultCommands()
{@inheritdoc}
protected
getDefaultCommands() : array<string|int, mixed>