genexport_main.php

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

Generated on Tue Aug 18 09:21:04 2009 for OXID eShop CE by  doxygen 1.5.5