parent = $parent; } public function getChildren() { return $this->children; } public function getParent() { return $this->parent; } public function getRoot() { return $this->root; } public function getLeft() { return $this->lft; } public function getRight() { return $this->rgt; } public function getClassLevel() { return $this->classLevel; } }