num = $values['num']; } } public function setNum($num) { $this->num = $num; } public function getNum() { return $this->num; } }