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