Function CMS_Topic->_grab_at_and_above_and_remove
Definitions
sources/topics.php
- Grab posts at or above a reference post and remove from queue.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$post_id | AUTO_LINK | required parameter | N/A | N/A | Reference post in thread |
$queue | array | required parameter | N/A | N/A | Posts to choose from (the queue) |
$posts | array | required parameter | N/A | N/A | Posts picked out (passed by reference) |