Cecil

Application extends Application

The console application that handles the commands.

This class extends the Symfony Console Application.

Table of Contents

Properties

$author  : string
Author of the application.
$description  : string
Description of the application.

Methods

getHelp()  : string
{@inheritdoc}
getDefaultCommands()  : array<string|int, mixed>
{@inheritdoc}

Properties

$author

Author of the application.

private static string $author = 'Arnaud Ligny'

$description

Description of the application.

private static string $description = 'Cecil is a simple and powerful content-driven static site generator.'

Methods

getHelp()

{@inheritdoc}

public getHelp() : string
Return values
string

getDefaultCommands()

{@inheritdoc}

protected getDefaultCommands() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results