public function NodeGalleryRelationship::__construct in Node Gallery 7
Overrides Entity::__construct
File
- ./
node_gallery_api.module, line 1418 - Node Gallery module.
Class
- NodeGalleryRelationship
- Main class for Node Gallery relationship entities provided by Entity API.
Code
public function __construct(array $values = array(), $entityType = NULL) {
parent::__construct($values, 'node_gallery_relationship');
}