Function Hook_commandr_command_create_dummy_data->run
Definitions
sources/hooks/systems/commandr_commands/create_dummy_data.php
- Run function for Commandr hooks.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$options | array | required parameter | N/A | N/A | The options with which the command was called |
$parameters | array | required parameter | N/A | N/A | The parameters with which the command was called |
$commandr_fs | object | required parameter | N/A | N/A | A reference to the Commandr filesystem object |
Return
- Array of stdcommand, stdhtml, stdout, and stderr responses
- Type: array
- Set: N/A
- Range: N/A