Skip to content
Snippets Groups Projects
Commit 18b6812d authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Address_lib: documentation fix

parent 660839e8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ This is a library for working with big amounts of the combination of the followi
as well as related data like the standard communication data.
This is mainly done via the `AddressObject` which uses database access for loading the data and
This is mainly done via the `AddrObject` which uses database access for loading the data and
placeholder-definitions for preparing and formatting the data.
== FAQ
......@@ -18,7 +18,7 @@ How to get the correct formatted standard address for a single contact, dependin
This can be easily done via the following code-snippet where the variable `contactId` is
the `CONTACT.CONTACTID` of the address where you want to load the data:
new AddressObject(contactId).getFormattedAddress();
new AddrObject(contactId).getFormattedAddress();
How to get the correct formatted standard address for several contacts, depending on their country?::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment