OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxCountryList Class Reference
+ Inheritance diagram for oxCountryList:
+ Collaboration diagram for oxCountryList:

Public Member Functions

 __construct ($sObjectsInListName= 'oxcountry')
 loadActiveCountries ($iLang=null)
- Public Member Functions inherited from oxList
 offsetExists ($offset)
 offsetGet ($offset)
 offsetSet ($offset, $oBase)
 offsetUnset ($offset)
 arrayKeys ()
 rewind ()
 current ()
 key ()
 prev ()
 next ()
 valid ()
 count ()
 clear ()
 assign ($aArray)
 reverse ()
 __get ($sName)
 getArray ()
 init ($sObjectName, $sCoreTable=null)
 getBaseObject ()
 selectString ($sSql)
 assignArray ($aData)
 setSqlLimit ($iStart, $iRecords)
 containsFieldValue ($oVal, $sFieldName)
 getList ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 __construct ()
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

Additional Inherited Members

- Protected Member Functions inherited from oxList
 _assignElement ($oListObject, $aDbFields)
 _getFieldLongName ($sFieldName)
- Protected Attributes inherited from oxList
 $_aArray = array()
 $_blRemovedActive = false
 $_sObjectsInListName = 'oxBase'
 $_sCoreTable = null
 $_sShopID = null
 $_aSqlLimit = array()
- Static Protected Attributes inherited from oxSuperCfg
static $_oConfig = null
static $_oSession = null
static $_oRights = null
static $_oActUser = null
static $_blIsAdmin = null

Detailed Description

Country list manager class. Collects a list of countries according to collection rules (active).

Definition at line 8 of file oxcountrylist.php.

Constructor & Destructor Documentation

oxCountryList::__construct (   $sObjectsInListName = 'oxcountry')

Call parent class constructor

Parameters
string$sObjectsInListNameAssociated list item object type
Returns
null

Reimplemented from oxList.

Definition at line 17 of file oxcountrylist.php.

Member Function Documentation

oxCountryList::loadActiveCountries (   $iLang = null)

Selects and loads all active countries

Parameters
integer$iLanglanguage
Returns
null

Definition at line 29 of file oxcountrylist.php.


The documentation for this class was generated from the following file: