Function Hook_commandr_command_cd->run

Definitions

sources/hooks/systems/commandr_commands/cd.php

  • Run function for Commandr hooks.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

There are no entries at this time

Returns

  • Array of stdcommand, stdhtml, stdout, and stderr responses
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Run function for Commandr hooks.
 *
 * @return array Array of stdcommand, stdhtml, stdout, and stderr responses
 */

public function run() : array