Function Module_admin_cns_forum_groupings->create_selection_list_entries
Definitions
adminzone/pages/modules/admin_cns_forum_groupings.php
- Standard crud_module list function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $avoid | ?ID_TEXT | No | No | Null | N/A | N/A | The entry to not show (null: none to not show) |
Returns
- The selection list
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Standard crud_module list function.
*
* @param ?ID_TEXT $avoid The entry to not show (null: none to not show)
* @return Tempcode The selection list
*/
public function create_selection_list_entries(?string $avoid = null) : object
* Standard crud_module list function.
*
* @param ?ID_TEXT $avoid The entry to not show (null: none to not show)
* @return Tempcode The selection list
*/
public function create_selection_list_entries(?string $avoid = null) : object

