Class awAddress

Description

Structure to specify an address location.

Located in /classes/cm/Address.php

awComplexObject
   |
   --awAddress
Variable Summary
Variables
string $cityName

Name of the city;

  1. null
if unknown.

<span class="constraint StringLength">This string must not be empty.</span>

string $countryCode

Country code;

  1. null
if unknown.

string $postalCode

Postal code;

  1. null
if unknown.

<span class="constraint StringLength">This string must not be empty.</span>

string $provinceCode

Province or state code;

  1. null
if unknown.

<span class="constraint StringLength">This string must not be empty.</span>

string $provinceName

Province or state name;

  1. null
if unknown.

<span class="constraint StringLength">This string must not be empty.</span>

string $streetAddress

Street address line 1;

  1. null
if unknown.

<span class="constraint StringLength">This string must not be empty.</span>

string $streetAddress2

Street address line 2;

  1. null
if unknown.

<span class="constraint StringLength">This string must not be empty.</span>

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Thu, 15 Apr 2010 19:06:05 +0300 by phpDocumentor 1.4.3