category_update.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Category_Update extends oxAdminView
00007 {
00013     protected $_sThisTemplate = "category_update.tpl";
00014 
00020     protected $_oCatList = null;
00021 
00027     public function getCatListUpdateInfo()
00028     {
00029         if ( $this->_oCatList == null ) {
00030             $this->_oCatList = oxNew( "oxCategoryList" );
00031             $this->_oCatList->updateCategoryTree( false );
00032         }
00033 
00034         return $this->_oCatList->getUpdateInfo();
00035     }
00036 }

Generated on Mon Oct 26 20:07:16 2009 for OXID eShop CE by  doxygen 1.5.5