Function Module_admin_cns_forum_groupings->get_form_fields
Definitions
adminzone/pages/modules/admin_cns_forum_groupings.php
- Get Tempcode for a forum grouping template adding/editing form.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$title | SHORT_TEXT | Blank (empty string) | N/A | N/A | The title (name) of the forum grouping |
$description | LONG_TEXT | Blank (empty string) | N/A | N/A | The description for the forum grouping |
$expanded_by_default | BINARY | 1 | N/A | N/A | Whether the forum grouping is expanded by default when shown in the forum view |
Return
- A pair: The input fields, Hidden fields
- Type: array
- Set: N/A
- Range: N/A