Function Module_banners->view_banner
Definitions
site/pages/modules/banners.php
- The UI to view a banner.
- 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 a banner.
*
* @return Tempcode The UI
*/
public function view_banner() : object
* The UI to view a banner.
*
* @return Tempcode The UI
*/
public function view_banner() : object

