Function Hook_commandr_scheduled_publish_post->run

Definitions

sources/hooks/systems/commandr_scheduled/publish_post.php

  • Run Commandr hook.
  • 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
$id string required parameter N/A N/A Unspecified identifier for the resource behind this scheduled event
$parameters array required parameter N/A N/A The json_decoded parameters passed with run_scheduled_action
$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