CurrentModule
Less than 1 minute
CurrentModule
Console module for inspecting current DBI schema version.
class CurrentModule extends \Hazaar\Console\ModuleExtends: Hazaar\Console\Module
Provides a command that reads and prints the active database schema version from the configured schema manager.
Methods
configure
Registers the current command.
protected configure(): voidReturns: void
execute
Executes the command that prints the current schema version.
protected execute(Input $input, Output $output): intReturns: int
Parameters
| Parameter | Type | Description |
|---|---|---|
$input | Hazaar\Console\Input | parsed command input |
$output | Hazaar\Console\Output | console output writer |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:18 +0000