Function CMS_Topic->render_post_map_item
Definitions
sources/topics.php
- Renders the post map items to a tempcode object.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$post | array | No | No | required parameter | N/A | N/A | A post |
Returns
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Renders the post map items to a tempcode object.
*
* @param array $post A post
* @return Tempcode
*/
protected function render_post_map_item(array $post) : object
* Renders the post map items to a tempcode object.
*
* @param array $post A post
* @return Tempcode
*/
protected function render_post_map_item(array $post) : object