attribute_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Attribute_List extends oxAdminList
00010 {
00015     protected $_sThisTemplate = 'attribute_list.tpl';
00016 
00022     protected $_sListClass = 'oxattribute';
00023 
00030     public function init()
00031     {
00032         $this->_sDefSort = getViewName( 'oxattribute' ).".oxtitle";
00033         parent::Init();
00034     }
00035 }