PHP Class Acacha\Llum\Console\SqliteTouchCommand

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

Protected Properties

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

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