Function Module_admin_cns_forums->input_and_check_mail_parameters
Definitions
adminzone/pages/modules/admin_cns_forums.php
- Get mailing list details from POST environment and check them.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | ?AUTO_LINK | No | No | Null | N/A | N/A | ID (null: new entry) |
Returns
- A tuple of mailing list details
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get mailing list details from POST environment and check them.
*
* @param ?AUTO_LINK $id ID (null: new entry)
* @return array A tuple of mailing list details
*/
public function input_and_check_mail_parameters(?int $id = null) : array
* Get mailing list details from POST environment and check them.
*
* @param ?AUTO_LINK $id ID (null: new entry)
* @return array A tuple of mailing list details
*/
public function input_and_check_mail_parameters(?int $id = null) : array

