OXID eShop CE
4.9.5
|
Protected Member Functions | |
_getViewListSize () |
Additional Inherited Members | |
Protected Attributes inherited from User_List | |
$_sListClass = 'oxuser' | |
$_sDefSortField = "oxusername" | |
$_sListType = 'oxuserlist' | |
$_sThisTemplate = 'user_list.tpl' | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
user list "view" class.
Definition at line 6 of file list_user.php.
|
protected |
Viewable list size getter
Reimplemented from oxAdminList.
Definition at line 14 of file list_user.php.
List_User::init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent::Init().
Reimplemented from oxAdminView.
Definition at line 23 of file list_user.php.
List_User::render | ( | ) |
Executes parent method parent::render(), passes data to Smarty engine and returns name of template file "list_review.tpl".
Reimplemented from User_List.
Definition at line 34 of file list_user.php.