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