ForwardFW
[ class tree: ForwardFW ] [ index: ForwardFW ] [ all elements ]

Class: ForwardFW_Interface_Templater

Source Location: /Interface/Templater.php

Interface Overview


Interface for a Templater.


Author(s):

Methods



Class Details

[line 47]
Interface for a Templater.



Tags:



[ Top ]


Class Methods


constructor __construct [line 56]

void __construct( ForwardFW_Interface_Application $application)

Constructor



Tags:

access:  public


Parameters:

ForwardFW_Interface_Application   $application   The running application

[ Top ]

method defineBlock [line 86]

void defineBlock( $strBlockName)



Tags:

access:  public


Parameters:

   $strBlockName  

[ Top ]

method getCompiled [line 84]

string getCompiled( )

Returns compiled template for outputing.



Tags:

return:  Content of template after compiling.
access:  public


[ Top ]

method hideBlock [line 90]

void hideBlock( $strBlockName)



Tags:

access:  public


Parameters:

   $strBlockName  

[ Top ]

method setTemplateFile [line 67]

ForwardFW_Interface_Templater setTemplateFile( string $_strFile)

Sets file to use for templating



Tags:

return:  The instance.
access:  public


Parameters:

string   $_strFile   Complete path and filename.

[ Top ]

method setVar [line 77]

ForwardFW_Interface_Templater setVar( string $_strName, mixed $_mValue)

Sets a var in the template to a value



Tags:

return:  The instance.
access:  public


Parameters:

string   $_strName   Name of template var.
mixed   $_mValue   Value of template var.

[ Top ]

method showBlock [line 88]

void showBlock( $strBlockName)



Tags:

access:  public


Parameters:

   $strBlockName  

[ Top ]


Documentation generated on Sun, 30 Jan 2011 20:46:47 +0100 by phpDocumentor 1.4.3