start = $start; $this->end = $end; $this->value = $value; $this->left = null; $this->right = null; } }