PHP Class Acacha\Llum\Console\PackageListCommand

Inheritance: extends LlumCommand
Show file Open project: acacha/llum

Protected Properties

Property Type Description
$commandDescription string Command description.
$commandName string Command name.
$method string Method to execute.

Protected Methods

Method Description
packageList ( ) Shows list of supported packages.

Private Methods

Method Description
parsePackageInfo ( $package ) : string Parse package info.

Method Details

packageList() protected method

Shows list of supported packages.
protected packageList ( )

Property Details

$commandDescription protected property

Command description.
protected string $commandDescription
return string

$commandName protected property

Command name.
protected string $commandName
return string

$method protected property

Method to execute.
protected string $method
return string