class KalimahApps / Daleel / Commands / ServeDoc

ServeDoc

Handle command and related options.

Extends

    Symfony\...\Command

Properties

private

$output Symfony\...\OutputInterface

Output interface.

Default: null
private

$console ConsoleStyle

Input output interface.

Default: null

Methods

protected

configure ( ) : void

Configure the command options.

protected

execute ( Symfony\...\InputInterface $input , Symfony\...\OutputInterface $output ) : int

Execute the command.

Parameters

  • $input Symfony\...\InputInterface
    Input interface.
  • $output Symfony\...\OutputInterface
    Output interface.
private

createError ( string $title , Throwable $error ) : void

Create error message.

Parameters

  • $title string
    Error title.
  • $error Throwable
    Error object.