genexport_main.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class GenExport_Main extends DynExportBase
00008 {
00009     public $sClass_do   = "genExport_do";
00010     public $sClass_main = "genExport_main";
00011 
00016     protected $_sThisTemplate = "dyn_exportdefault.tpl";
00017 
00024     public function render()
00025     {
00026         $this->createMainExportView();
00027 
00028         return parent::render();
00029     }
00030 }

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