PHP Class Acacha\Llum\Console\SqliteCommand

Inheritance: extends LlumCommand, use trait Acacha\Llum\Traits\TouchSqliteFile, use trait Acacha\Llum\Traits\SqliteEnv
Mostra file Open project: acacha/llum

Protected Properties

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

Public Methods

Method Description
sqlite ( ) sqlite command.

Method Details

sqlite() public method

sqlite command.
public sqlite ( )

Property Details

$commandDescription protected_oe property

Command description.
protected string $commandDescription
return string

$commandName protected_oe property

Command name.
protected string $commandName
return string

$method protected_oe property

Method to execute.
protected string $method
return string