Function Module_wiki->post
Definitions
site/pages/modules/wiki.php
- The UI for making a Wiki+ 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 for making a Wiki+ post.
*
* @return Tempcode The UI
*/
public function post() : object
* The UI for making a Wiki+ post.
*
* @return Tempcode The UI
*/
public function post() : object

