OXID eShop CE  4.10.7
 All Classes Namespaces 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 {
8 
14  protected function _getViewListSize()
15  {
16  return $this->_getUserDefListSize();
17  }
18 
23  public function init()
24  {
26  }
27 
34  public function render()
35  {
37  $this->_aViewData["menustructure"] = $this->getNavigation()->getDomXml()->documentElement->childNodes;
38 
39  return "list_user.tpl";
40  }
41 }