genexport_main.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class GenExport_Main extends DynExportBase
00007 {
00008 
00014     public $sClassDo = "genExport_do";
00015 
00021     public $sClassMain = "genExport_main";
00022 
00028     protected $_sThisTemplate = "dyn_exportdefault.tpl";
00029 
00036     public function render()
00037     {
00038         $this->createMainExportView();
00039 
00040         return parent::render();
00041     }
00042 }