dbData::dbData PHP Method

dbData() public method

Initializes the new dbIndex object.
public dbData ( object &$parent, array $attributes = NULL )
$parent object Parent object
$attributes array Attributes
    function dbData(&$parent, $attributes = NULL)
    {
        $this->parent = $parent;
    }