Function Module_awards->award_overview
Definitions
site/pages/modules/awards.php
- The UI to view the overview of all current award allocations.
- 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 view the overview of all current award allocations.
*
* @return Tempcode The UI
*/
public function award_overview() : object
* The UI to view the overview of all current award allocations.
*
* @return Tempcode The UI
*/
public function award_overview() : object

