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