Function Module_cms_polls->create_selection_list_choose_table
Definitions
cms/pages/modules/cms_polls.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 quintet: The choose table, Whether re-ordering is supported from this screen, Search URL, Archive URL, a Filtercode box block
- 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 quintet: The choose table, Whether re-ordering is supported from this screen, Search URL, Archive URL, a Filtercode box block
*/
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 quintet: The choose table, Whether re-ordering is supported from this screen, Search URL, Archive URL, a Filtercode box block
*/
public function create_selection_list_choose_table(array $url_map) : array

