You are here

public function ogGroupNoPosts::postList in Organic groups 7

Same name and namespace in other branches
  1. 7.2 scripts/generate-og-d6-content.php \ogGroupNoPosts::postList()

File

scripts/generate-og-d6-content.php, line 129

Class

ogGroupNoPosts
A group without posts.

Code

public function postList($user_ids, $groups) {
  return array();
}