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