getTo(); if (is_null($to)) { $to = new Location(); } $to->street = $codeparts[13]; $to->city = $codeparts[14]; $to->state = $codeparts[15]; $to->country = (new League\ISO3166\ISO3166)->numeric($codeparts[3])['alpha2']; $info->setTo($to); return $info; } }