Function Module_topics->edit_post
Definitions
forum/pages/modules/topics.php
- The UI to edit a post.
- 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)
/**
* The UI to edit a post.
*
* @return Tempcode The UI
*/
public function edit_post() : object
* The UI to edit a post.
*
* @return Tempcode The UI
*/
public function edit_post() : object

