Function Standard_crud_module->edit

Definitions

sources/crud_module.php

  • Standard CRUD-module UI to choose a resource to edit.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Standard CRUD-module UI to choose a resource to edit.
 *
 * @return Tempcode The UI
 */

public function edit() : object