You are here

public function DBObject::__unset in Entity Construction Kit (ECK) 7.2

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

Magic method.

File

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

Class

DBObject
@file Classes for all the different objects used in ECK.

Code

public function __unset($name) {
  unset($this->data[$name]);
}