Main Page | Directories | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

SC_show_rechis Class Reference

List of all members.

Public Member Functions

 init ()
 Initialize the module output.
 main ()
 Generate module output.
 printContent ()
 Outputting the accumulated content to screen.

Public Attributes

 $content
 $doc

Member Function Documentation

SC_show_rechis::init  ) 
 

Initialize the module output.

Returns:
void

Definition at line 87 of file show_rechis.php.

00087                      {
00088       global $LANG;
00089 
00090          // Create internal template object:
00091       $this->doc = t3lib_div::makeInstance('mediumDoc');
00092       $this->doc->docType = 'xhtml_trans';
00093 
00094          // Start the page header:
00095       $this->content.=$this->doc->startPage($LANG->getLL('title'));
00096       $this->content.=$this->doc->header($LANG->getLL('title'));
00097       $this->content.=$this->doc->spacer(5);
00098    }

SC_show_rechis::main  ) 
 

Generate module output.

Returns:
void

Definition at line 105 of file show_rechis.php.

00105                      {
00106       global $LANG;
00107 
00108          // Start history object
00109       $historyObj = t3lib_div::makeInstance('recordHistory');
00110 
00111          // Get content:
00112       $this->content.= $historyObj->main();
00113 
00114          // Return link:
00115       if ($historyObj->returnUrl)   {
00116          $link = '<a href="'.htmlspecialchars($historyObj->returnUrl).'" class="typo3-goBack"><img'.t3lib_iconWorks::skinImg('','gfx/goback.gif','width="14" height="14"').' alt="" />'.$LANG->getLL('returnLink',1).'</a>';
00117          $this->content.= $this->doc->section($LANG->getLL('return'),$link,0,1);
00118       }
00119    }

SC_show_rechis::printContent  ) 
 

Outputting the accumulated content to screen.

Returns:
void

Definition at line 126 of file show_rechis.php.

00126                            {
00127       $this->content.=$this->doc->spacer(8);
00128       $this->content.=$this->doc->endPage();
00129       echo $this->content;
00130    }


Member Data Documentation

SC_show_rechis::$content
 

Definition at line 79 of file show_rechis.php.

SC_show_rechis::$doc
 

Definition at line 80 of file show_rechis.php.


The documentation for this class was generated from the following file:
Generated on Sun Oct 3 01:06:35 2004 for TYPO3core 3.7.0 dev by  doxygen 1.3.8-20040913