$this->id, "street" => $this->street, "zip" => $this->zip, "city" => $this->city, ); } public function setState( array $state ) { foreach ( $state as $propertyName => $propertyValue ) { $this->$propertyName = $propertyValue; } } } ?>