OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
adminlinks_list.php
Go to the documentation of this file.
1 <?php
2 
10 {
15  protected $_sThisTemplate = 'adminlinks_list.tpl';
16 
22  protected $_sListClass = 'oxlinks';
23 
29  protected $_sDefSortField = 'oxinsert';
30 
36  public function getListSorting()
37  {
38  $aSorting = parent::getListSorting();
39  if ( isset( $aSorting["oxlinks"][$this->_sDefSortField] )) {
40  $this->_blDesc = true;
41  }
42  return $aSorting;
43  }
44 }