Class WFSmarty

Description

Implements interfaces:

OVERLOAD SMARTY TEMPLATE ENGINE INIT

Located in /framework/WFSmarty.php (line 14)

Smarty
   |
   --WFSmarty
Variable Summary
mixed $template
Method Summary
WFSmarty __construct ()
void assign ( $name,  $value)
void getCurrentWidget ( $params)
void getPage ()
void render ([ $display = true])
void setTemplate ( $template)
void template ()
Variables
mixed $template (line 16)
  • access: protected
Methods
Constructor __construct (line 18)
WFSmarty __construct ()
assign (line 49)
void assign ( $name,  $value)
  • $name
  • $value

Implementation of:
WFPageRendering::assign()
Assign a name/value pair to the underlying template engine.
getCurrentWidget (line 70)
void getCurrentWidget ( $params)
  • $params

Implementation of:
WFPageRendering::getCurrentWidget()
Get the widget specified in the "id" field of the passed associative array. Do all sanity checking along the way.
getPage (line 65)
void getPage ()

Implementation of:
WFPageRendering::getPage()
Get the WFPage object that is using the template.
render (line 54)
void render ([ $display = true])
  • $display

Implementation of:
WFPageRendering::render()
Render the view.
setTemplate (line 39)
void setTemplate ( $template)
  • $template

Implementation of:
WFPageRendering::setTemplate()
Set the template file path.
template (line 44)
void template ()

Documentation generated on Thu, 07 Aug 2008 10:37:03 -0400 by phpDocumentor 1.4.1