OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
list_user.php
Go to the documentation of this file.
1 <?php
2 
6 class List_User extends User_List
7 {
13  protected function _getViewListSize()
14  {
15  return $this->_getUserDefListSize();
16  }
17 
24  public function init()
25  {
27  }
28 
35  public function render()
36  {
38  $this->_aViewData["menustructure"] = $this->getNavigation()->getDomXml()->documentElement->childNodes;
39  return "list_user.tpl";
40  }
41 }