You are here

public function ogGroupSelectiveState::postList in Organic groups 7.2

Same name in this branch
  1. 7.2 scripts/generate-og-d6-content.php \ogGroupSelectiveState::postList()
  2. 7.2 og_ui/scripts/generate-og-ui-d6-content.php \ogGroupSelectiveState::postList()
Same name and namespace in other branches
  1. 7 scripts/generate-og-d6-content.php \ogGroupSelectiveState::postList()
  2. 7 og_ui/scripts/generate-og-ui-d6-content.php \ogGroupSelectiveState::postList()

File

og_ui/scripts/generate-og-ui-d6-content.php, line 125

Class

ogGroupSelectiveState
Groups with different selective state (e.g. open, moderated, etc'.).

Code

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