00001 <?php 00002 00006 class List_User extends User_List 00007 { 00008 00014 protected function _getViewListSize() 00015 { 00016 return $this->_getUserDefListSize(); 00017 } 00018 00023 public function init() 00024 { 00025 oxAdminList::init(); 00026 } 00027 00034 public function render() 00035 { 00036 parent::render(); 00037 $this->_aViewData["menustructure"] = $this->getNavigation()->getDomXml()->documentElement->childNodes; 00038 00039 return "list_user.tpl"; 00040 } 00041 }