name = $name; $this->age = $age; } public function getName() { return $this->name; } public function getAge() { return $this->age; } }