You are here

public function OgMembership::__construct in Organic groups 7

Same name and namespace in other branches
  1. 7.2 includes/og.membership.inc \OgMembership::__construct()

Overrides Entity::__construct

File

./og.module, line 1000
Enable users to create and manage groups with roles and permissions.

Class

OgMembership
Main class for Group membership entities provided by Entity API.

Code

public function __construct(array $values = array(), $entityType = NULL) {
  parent::__construct($values, 'og_membership');
}