public function OgGroup::__construct in Organic groups 7
Overrides Entity::__construct
File
- ./
og.module, line 1276 - Enable users to create and manage groups with roles and permissions.
Class
- OgGroup
- Main class for Group entities provided by Entity API.
Code
public function __construct(array $values = array(), $entityType = NULL) {
parent::__construct($values, 'group');
}