Function __global->render_catalogue_entry_screen
Definitions
sources/catalogues.php
- Display a catalogue entry.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | Entry ID |
Returns
- Tempcode interface to display an entry
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Display a catalogue entry.
*
* @param AUTO_LINK $id Entry ID
* @return Tempcode Tempcode interface to display an entry
*/
function render_catalogue_entry_screen(int $id) : object
* Display a catalogue entry.
*
* @param AUTO_LINK $id Entry ID
* @return Tempcode Tempcode interface to display an entry
*/
function render_catalogue_entry_screen(int $id) : object

