id = bin2hex(pack('N2', mt_rand(), mt_rand())); } public function getId() { return $this->id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setParent(CategoryUuid $parent) { $this->parentId = $parent; } public function getParent() { return $this->parentId; } public function getLeft() { return $this->lft; } public function getRight() { return $this->rgt; } public function getLevel() { return $this->level; } }