You are here

public function Bundle::__construct in Entity Construction Kit (ECK) 7.3

Same name and namespace in other branches
  1. 7.2 eck.classes.inc \Bundle::__construct()

Constructor.

Overrides DBObject::__construct

File

./eck.classes.inc, line 504
Classes for all the different objects used in ECK.

Class

Bundle

Code

public function __construct() {
  parent::__construct('eck_bundle');
  $this->config = array();
}