Function Forum_driver_base->get_post_remaining_details
Definitions
sources/forum_stub.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).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$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