OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList:

Public Member Functions

 render ()
 
 getListSorting ()
 

Protected Member Functions

 _getSecondSortFieldName ()
 

Protected Attributes

 $_sListClass = 'oxcountry'
 
 $_sDefSortField = 'oxactive'
 
 $sSecondDefSortField = 'oxtitle'
 
 $_blDesc = false
 

Detailed Description

Admin selectlist list manager.

Member Function Documentation

◆ _getSecondSortFieldName()

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::_getSecondSortFieldName ( )
protected

Getter for the second sort field name (for getting the expected oreder out of the databse).

Returns
string The name of the field we want to be the second order by argument.

◆ getListSorting()

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::getListSorting ( )

Returns sorting fields array. We extend this method for getting a second order by, which will give us not the undefined order behind the "active" countries.

Returns
array

◆ render()

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::render ( )

Executes parent method parent::render() and returns name of template file "selectlist_list.tpl".

Returns
string

Member Data Documentation

◆ $_blDesc

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::$_blDesc = false
protected

◆ $_sDefSortField

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::$_sDefSortField = 'oxactive'
protected

◆ $_sListClass

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::$_sListClass = 'oxcountry'
protected

◆ $sSecondDefSortField

OxidEsales\EshopCommunity\Application\Controller\Admin\CountryList::$sSecondDefSortField = 'oxtitle'
protected

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