You are here

private static property UcAddressesAddress::$nextNewAid in Ubercart Addresses 7

Same name and namespace in other branches
  1. 6.2 class/UcAddressesAddress.class.php \UcAddressesAddress::nextNewAid

Which ID a new address will get when constructed.

This value will be decreased with 1 every time a new address is constructed. A new address in this case is an address not coming from the database.

@access private @static

Type: int

File

class/UcAddressesAddress.class.php, line 37
Contains the UcAddressesAddress class.

Class

UcAddressesAddress
The main address class used by uc_addresses (and extension modules).

Code

private static $nextNewAid = -1;