OXID eShop CE
4.8.11
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
adminlinks_list.php
Go to the documentation of this file.
1
<?php
2
9
class
Adminlinks_List
extends
oxAdminList
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
}
application
controllers
admin
adminlinks_list.php
Generated by
1.8.1.2