You are here

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

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

Constructor.

Overrides DBObject::__construct

File

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

Class

Bundle
A bundle database object.

Code

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