Commands
Table of Contents
- $commands : array<string|int, mixed>
- Internal commands.
- getCommands() : array<string|int, mixed>
- Get commands.
Properties
$commands
Internal commands.
protected
array<string|int, mixed>
$commands
= [['version', lphazConsoleCommandsVersion::class], ['list', lphazConsoleCommandsListCmd::class], ['make:controller', lphazConsoleCommandsController::class], ['clear:cache', lphazConsoleCommandsCache::class], ['serve', lphazConsoleCommandsServeCommand::class]]
Tags
Methods
getCommands()
Get commands.
public
getCommands() : array<string|int, mixed>