row = $row; $this->col = $col; $this->len = $len; $this->name = $name; $this->value = $value; } public function getValue() { if (is_object($this->value)) { return $this->value->name; } else { return $this->value; } } }