CommandLineInterfaceLoader
in package
Table of Contents
Properties
- $cli : CLImate
- Command line interface (climate) in this case
- $commandRegistry : CommandRegistry
- Command registry instance
Methods
- __construct() : mixed
- Constructor
- pass() : void
- Pass to the loader.
Properties
$cli
Command line interface (climate) in this case
protected
CLImate
$cli
$commandRegistry
Command registry instance
protected
CommandRegistry
$commandRegistry
Methods
__construct()
Constructor
public
__construct(CommandRegistry $commandRegistry, CLImate $cli) : mixed
Parameters
- $commandRegistry : CommandRegistry
- $cli : CLImate
pass()
Pass to the loader.
public
pass(array<string|int, mixed> $argumentVector) : void
Parameters
- $argumentVector : array<string|int, mixed>