Function __global->_helper_get_post_remaining_details
Definitions
sources/cns_forum_driver_helper.php
- Load extra details for a list of posts. Does not need to return anything if forum driver doesn't support partial post loading (which is only useful for threaded topic partial-display).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$this_ref | object | required parameter | N/A | N/A | Link to the real forum driver |
$topic_id | AUTO_LINK | required parameter | N/A | N/A | Topic the posts come from |
$post_ids | array | required parameter | N/A | N/A | List of post IDs |
Return
- Extra details
- Type: array
- Set: N/A
- Range: N/A