Function Module_galleries->pre_run
Definitions
site/pages/modules/galleries.php
- Module pre-run function. Allows us to know metadata for <head> before we start streaming output.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- Tempcode indicating some kind of exceptional output (null: none)
- Type: ?Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Module pre-run function. Allows us to know metadata for <head> before we start streaming output.
*
* @return ?Tempcode Tempcode indicating some kind of exceptional output (null: none)
*/
public function pre_run() : ?object
* Module pre-run function. Allows us to know metadata for <head> before we start streaming output.
*
* @return ?Tempcode Tempcode indicating some kind of exceptional output (null: none)
*/
public function pre_run() : ?object

