Function Module_cms_blogs->create_selection_list_choose_table
Definitions
cms/pages/modules/cms_blogs.php
- Standard crud_module table function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $url_map | array | No | No | required parameter | N/A | N/A | Details to go to build_url for link to the next screen |
Returns
- A quartet: The choose table, Whether re-ordering is supported from this screen, Search URL, Archive URL (null: nothing to select)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Standard crud_module table function.
*
* @param array $url_map Details to go to build_url for link to the next screen
* @return ?array A quartet: The choose table, Whether re-ordering is supported from this screen, Search URL, Archive URL (null: nothing to select)
*/
public function create_selection_list_choose_table(array $url_map) : ?array
* Standard crud_module table function.
*
* @param array $url_map Details to go to build_url for link to the next screen
* @return ?array A quartet: The choose table, Whether re-ordering is supported from this screen, Search URL, Archive URL (null: nothing to select)
*/
public function create_selection_list_choose_table(array $url_map) : ?array
