Address Class Reference
List of all members.
Member Function Documentation
Returns the name of the city that this Address is in
- Returns:
- string The name of the city that this Address is in
Returns the name of the country that this Address is in
- Returns:
- string The name of the country that this Address is in
Returns the end date for this address
- Returns:
- string The end date for this address
Returns the first line for this Address
- Returns:
- string The first line for this Address
Returns the second line for this Address
- Returns:
- string The second line for this Address
Returns the third line for this Address
- Returns:
- string The third line for this Address
Returns the fourth line for this Address
- Returns:
- string The fourth line for this Address
Returns the fifth line for this Address
- Returns:
- string The fifth line for this Address
Address::getPostalCode |
( |
|
) |
|
Returns the postal/zip code for this Address
- Returns:
- string The postal/zip code for this Address
Returns the name of the province (or subdivision) that this Address is in
- Returns:
- string The name of the province (or subdivision) that this Address is in
Address::getStartDate |
( |
|
) |
|
Returns the start date for this Address
- Returns:
- string The start date for this Address
Returns the type of Address this is
- Returns:
- string The type of Address this is
Returns whether or not this is Address is a primary indicator or not
- Returns:
- boolean Whether or not this is Address is a primary indicator or not
static Address::newFromId |
( |
$ |
id |
) |
[static] |
Returns a new Address from the given id
- Parameters:
-
| integer | $id The id of the entry in the DB |
- Returns:
- Address The Address from the given id
The documentation for this class was generated from the following file:
- extensions/GrandObjects/Address.php