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

