Abstract Class SGL_View

Description

Container for output data and renderer strategy.

  • abstract:

Located in /SGL/Task/Init.php (line 741)


	
			
Direct descendents
Class Description
 class SGL_HtmlSimpleView Wrapper for simple HTML views.
Variable Summary
Method Summary
 SGL_View SGL_View ( &$data, SGL_OutputRendererStrategy $rendererStrategy, SGL_Output $data)
 boolean postProcess ()
 string render ()
Variables
SGL_Output $data (line 748)

Output object.

SGL_OutputRendererStrategy $rendererStrategy (line 755)

Reference to renderer strategy.

Methods
Constructor SGL_View (line 764)

Constructor.

SGL_View SGL_View ( &$data, SGL_OutputRendererStrategy $rendererStrategy, SGL_Output $data)
postProcess (line 776)

Post processing tasks specific to view type.

  • abstract:
boolean postProcess ()
render (line 784)

Delegates rendering strategy based on view.

  • return: Rendered output data
string render ()

Documentation generated on Tue, 23 Feb 2010 18:14:31 +0000 by phpDocumentor 1.4.3