Function Module_cms_galleries_alt->fill_in_edit_form

Definitions

cms/pages/modules/cms_galleries.php

  • Standard crud_module edit form filler.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$_id ID_TEXT No No required parameter N/A N/A The entry being edited

Returns

  • Either Tempcode; or a tuple of: (fields, hidden-fields[, delete-fields][, edit-text][, whether all delete fields are specified][, posting form text, more fields][, parsed WYSIWYG editable text])
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Standard crud_module edit form filler.
 *
 * @param  ID_TEXT $_id The entry being edited
 * @return mixed Either Tempcode; or a tuple of: (fields, hidden-fields[, delete-fields][, edit-text][, whether all delete fields are specified][, posting form text, more fields][, parsed WYSIWYG editable text])
 */

public function fill_in_edit_form(string $_id)