attribute_list.php

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

Generated on Thu Dec 4 12:04:55 2008 for OXID eShop CE by  doxygen 1.5.5