Function Module_catalogues->list_catalogues
Definitions
site/pages/modules/catalogues.php
- The UI to show a list of catalogues to choose from.
- 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 show a list of catalogues to choose from.
*
* @return Tempcode The UI
*/
public function list_catalogues() : object
* The UI to show a list of catalogues to choose from.
*
* @return Tempcode The UI
*/
public function list_catalogues() : object

