genexport_main.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class GenExport_Main extends DynExportBase
00007 {
00013     public $sClassDo   = "genExport_do";
00014 
00020     public $sClassMain = "genExport_main";
00021 
00026     protected $_sThisTemplate = "dyn_exportdefault.tpl";
00027 
00034     public function render()
00035     {
00036         $this->createMainExportView();
00037 
00038         return parent::render();
00039     }
00040 }