PHP Class Acacha\Llum\Console\SqliteCommand

Inheritance: extends LlumCommand, use trait Acacha\Llum\Traits\TouchSqliteFile, use trait Acacha\Llum\Traits\SqliteEnv
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 publiques

Méthode Description
sqlite ( ) sqlite command.

Method Details

sqlite() public méthode

sqlite command.
public sqlite ( )

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