Function CMS_Topic->inject_posts_for_scoring_algorithm
Definitions
sources/topics.php
- Put in posts to our scoring algorithm in preparation for shooting out later.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$posts | array | No | No | required parameter | N/A | N/A | Review titles |
Preview
Code (PHP)
/**
* Put in posts to our scoring algorithm in preparation for shooting out later.
*
* @param array $posts Review titles
*/
public function inject_posts_for_scoring_algorithm(array $posts)
* Put in posts to our scoring algorithm in preparation for shooting out later.
*
* @param array $posts Review titles
*/
public function inject_posts_for_scoring_algorithm(array $posts)