Function Module_news->news_archive
Definitions
site/pages/modules/news.php
- The UI to view the news archive.
- 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 news archive.
*
* @return Tempcode The UI
*/
public function news_archive() : object
* The UI to view the news archive.
*
* @return Tempcode The UI
*/
public function news_archive() : object

