PHP Class Acacha\Llum\Console\PackageListCommand

Inheritance: extends LlumCommand
Afficher le fichier Open project: acacha/llum

Protected Properties

Свойство Type Description
$commandDescription string Command description.
$commandName string Command name.
$method string Method to execute.

Méthodes protégées

Méthode Description
packageList ( ) Shows list of supported packages.

Private Methods

Méthode Description
parsePackageInfo ( $package ) : string Parse package info.

Method Details

packageList() protected méthode

Shows list of supported packages.
protected packageList ( )

Property Details

$commandDescription protected_oe property

Command description.
protected string $commandDescription
Résultat string

$commandName protected_oe property

Command name.
protected string $commandName
Résultat string

$method protected_oe property

Method to execute.
protected string $method
Résultat string