Function Hook_cron_birthday_points->run
Definitions
sources/hooks/systems/cron/birthday_points.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)
* 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)

