public function ConfigPages::__construct in Config Pages 7
Constructor.
Overrides Entity::__construct
File
- ./
config_pages.module, line 462 - This module is based on Model module (https://drupal.org/project/model) and most of the comments left untouched but have entity types renamed. Suuport for features added.
Class
- ConfigPages
- The class used for config_pages entities
Code
public function __construct($values = array()) {
parent::__construct($values, 'config_pages');
}