selectlist_list.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class SelectList_List extends oxAdminList
00007 {
00013     protected $_sListClass = 'oxselectlist';
00014 
00019     protected $_sThisTemplate = 'selectlist_list.tpl';
00020 
00027     public function init()
00028     {
00029         $this->_sDefSort = getViewName('oxselectlist').".oxtitle";
00030         parent::init();
00031     }
00032 }

Generated by  doxygen 1.6.2