Function Module_admin_import->choose_actions
Definitions
adminzone/pages/modules/admin_import.php
- Saves settings from choose_session2 step and/or does probing for settings.Then shows the UI to choose what to import.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $extra | mixed | No | No | Blank (empty string) | N/A | N/A | Output to show from last action (blank: none) |
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Saves settings from choose_session2 step and/or does probing for settings.Then shows the UI to choose what to import.
*
* @param mixed $extra Output to show from last action (blank: none)
* @return Tempcode The UI
*/
public function choose_actions($extra = '') : object
* Saves settings from choose_session2 step and/or does probing for settings.Then shows the UI to choose what to import.
*
* @param mixed $extra Output to show from last action (blank: none)
* @return Tempcode The UI
*/
public function choose_actions($extra = '') : object

