getLastName() . ', ' . $this->getFirstName(); } public function getFullAddress(){ return $this->getAddress().' '.$this->getCity().' '.$this->getState().' '.$this->getZip(); } }