Function Virtual_shell->__construct
Definitions
sources/commandr.php
- Constructor function. Starts command parsing on the supplied command.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$inputted_command | string | required parameter | N/A | N/A | The inputted command, unparsed |
$parameters | array | [] | N/A | N/A | An array of prior parameters |