Function Hook_cron_cns_welcome_emails->run

Definitions

sources/hooks/systems/cron/cns_welcome_emails.php

  • Run function for system scheduler hooks. Searches for things to do. ->info(..., true) must be called before this method.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$last_run ?TIME No No required parameter N/A N/A Last time run (null: never)

Preview

Code (PHP)

/**
 * Run function for system scheduler hooks. Searches for things to do. ->info(..., true) must be called before this method.
 *
 * @param  ?TIME $last_run Last time run (null: never)
 */

public function run(?int $last_run)