Documentation

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
since
1.0.0

Methods

getCommands()

Get commands.

public getCommands() : array<string|int, mixed>
Tags
since
1.0.0
Return values
array<string|int, mixed>

Search results