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