OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
adminlinks_list.php
Go to the documentation of this file.
1 <?php
2 
10 {
11 
17  protected $_sThisTemplate = 'adminlinks_list.tpl';
18 
24  protected $_sListClass = 'oxlinks';
25 
31  protected $_sDefSortField = 'oxinsert';
32 
38  public function getListSorting()
39  {
40  $aSorting = parent::getListSorting();
41  if (isset($aSorting["oxlinks"][$this->_sDefSortField])) {
42  $this->_blDesc = true;
43  }
44 
45  return $aSorting;
46  }
47 }