Function __global->get_afm_form_fields
Definitions
sources/abstract_file_manager.php
- Get the fields that need to be filled in to know how to do an AFM connection.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The form fields
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the fields that need to be filled in to know how to do an AFM connection.
*
* @return Tempcode The form fields
*/
function get_afm_form_fields() : object
* Get the fields that need to be filled in to know how to do an AFM connection.
*
* @return Tempcode The form fields
*/
function get_afm_form_fields() : object

