Function Block_main_join->has_email_to_send
Definitions
sources/blocks/main_join.php
- See if there is an e-mail to send.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
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
- If there is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* See if there is an e-mail to send.
*
* @param array $map A map of parameters
* @return boolean If there is
*/
protected function has_email_to_send(array $map) : bool
* See if there is an e-mail to send.
*
* @param array $map A map of parameters
* @return boolean If there is
*/
protected function has_email_to_send(array $map) : bool