Function Hook_task_meta_tree_rebuild->log
Definitions
sources/hooks/systems/tasks/meta_tree_rebuild.php
- Do logging.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $message | string | No | No | required parameter | N/A | N/A | Message to log |
| $i | integer | No | No | required parameter | N/A | N/A | Iterator position |
| $total | integer | No | No | required parameter | N/A | N/A | Total iterating through |
Preview
Code (PHP)
/**
* Do logging.
*
* @param string $message Message to log
* @param integer $i Iterator position
* @param integer $total Total iterating through
*/
public function log(string $message, int $i, int $total)
* Do logging.
*
* @param string $message Message to log
* @param integer $i Iterator position
* @param integer $total Total iterating through
*/
public function log(string $message, int $i, int $total)

