Function Standard_crud_module->_edit
Definitions
sources/crud_module.php
- Standard CRUD-module UI to edit a resource.
- 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 edit a resource.
*
* @return Tempcode The UI
*/
public function _edit() : object
* Standard CRUD-module UI to edit a resource.
*
* @return Tempcode The UI
*/
public function _edit() : object