Diff #4 - trunk/docs/classes/admin/getregcity.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/admin/getregcity.md Size: 462 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: getregcity.md --- getregcity.md (nonexistent) +++ getregcity.md (revision 4) @@ -0,0 +1,27 @@ + +# RegistrationInfo::getRegCity + +### Usage + +> string RegistrationInfo::getRegCity() + +### Description + +> get city + + + +### Return +> string +### See Also + +* getRegCountry() +* getRegIpAddress() +* getRegLatitude() +* getRegLongitude() +* getRegProvinceISOCode() +* getRegProvinceName() +* getRegUserAgent() +* prepare() + + Full Code RegistrationInfo::getRegCity Usage string RegistrationInfo::getRegCity() Description get city Return string See Also getRegCountry() getRegIpAddress() getRegLatitude() getRegLongitude() getRegProvinceISOCode() getRegProvinceName() getRegUserAgent() prepare()