list_user.php

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