Function Module_admin_revisions->gui
Definitions
adminzone/pages/modules/admin_revisions.php
- The UI to show the revision history for anything matching the query.More details are shown in the actionlog, which is linked from here.
- 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 show the revision history for anything matching the query.More details are shown in the actionlog, which is linked from here.
*
* @return Tempcode The UI
*/
public function gui() : object
* The UI to show the revision history for anything matching the query.More details are shown in the actionlog, which is linked from here.
*
* @return Tempcode The UI
*/
public function gui() : object

