Function CMS_Topic->_grab_full_post_details

Definitions

sources/topics.php

  • Load full details for posts (we had not done so far to preserve memory).
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$posts array No No required parameter N/A N/A Posts to load

Returns

  • Upgraded posts
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Load full details for posts (we had not done so far to preserve memory).
 *
 * @param  array $posts Posts to load
 * @return array Upgraded posts
 */

protected function _grab_full_post_details(array $posts) : array