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

SC_dummy Class Reference

List of all members.

Public Member Functions

 main ()
 Create content for the dummy script - outputting a blank page.
 printContent ()
 Outputting the accumulated content to screen.

Public Attributes

 $content

Member Function Documentation

SC_dummy::main  ) 
 

Create content for the dummy script - outputting a blank page.

Returns:
void

Definition at line 76 of file dummy.php.

References $TBE_TEMPLATE.

00076                      {
00077       global $TBE_TEMPLATE;
00078 
00079          // Start page
00080       $TBE_TEMPLATE->docType = 'xhtml_trans';
00081       $this->content.=$TBE_TEMPLATE->startPage('Dummy document');
00082 
00083          // End page:
00084       $this->content.=$TBE_TEMPLATE->endPage();
00085    }

SC_dummy::printContent  ) 
 

Outputting the accumulated content to screen.

Returns:
void

Definition at line 92 of file dummy.php.

00092                            {
00093       echo $this->content;
00094    }


Member Data Documentation

SC_dummy::$content
 

Definition at line 69 of file dummy.php.


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