Function Module_awards->choose_award
Definitions
site/pages/modules/awards.php
- The UI to choose an award type to view.
- 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 choose an award type to view.
*
* @return Tempcode The UI
*/
public function choose_award() : object
* The UI to choose an award type to view.
*
* @return Tempcode The UI
*/
public function choose_award() : object

