Function __global->cns_get_forum_multi_code_field
Definitions
sources/cns_general_action2.php
- Get a form field for editing a forum multi code, set up with a default of the given forum multi code.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $forum_multi_code | SHORT_TEXT | No | No | required parameter | N/A | N/A | The multi code |
Returns
- The form field
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a form field for editing a forum multi code, set up with a default of the given forum multi code.
*
* @param SHORT_TEXT $forum_multi_code The multi code
* @return Tempcode The form field
*/
function cns_get_forum_multi_code_field(string $forum_multi_code) : object
* Get a form field for editing a forum multi code, set up with a default of the given forum multi code.
*
* @param SHORT_TEXT $forum_multi_code The multi code
* @return Tempcode The form field
*/
function cns_get_forum_multi_code_field(string $forum_multi_code) : object

