Function Block_main_staff_links->run
Definitions
sources/blocks/main_staff_links.php
- Execute the block.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$map | array | No | No | required parameter | N/A | N/A | A map of parameters |
Returns
- The result of execution
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Execute the block.
*
* @param array $map A map of parameters
* @return Tempcode The result of execution
*/
public function run(array $map) : object
* Execute the block.
*
* @param array $map A map of parameters
* @return Tempcode The result of execution
*/
public function run(array $map) : object