name = $name; $this->family = $family; $this->protocol = $protocol; $this->flags = $flags; } function getName() { return $this->name; } } ?>