Method Summary
-
configure()
Configures template for this view.
-
execute()
Executes any presentation logic for this view.
-
string
render()
Renders the presentation.
Methods inherited from sfPHPView
configure , decorate , execute , getEngine , getGlobalVars , loadCoreAndStandardHelpers , render , renderFile
Methods inherited from sfView
configure , execute , getAttribute , getAttributeHolder , getComponentSlot , getContext , getDecoratorDirectory , getDecoratorTemplate , getDirectory , getEngine , getEscaping , getEscapingMethod , getExtension , getParameter , getParameterHolder , getTemplate , hasAttribute , hasComponentSlot , hasParameter , importAttributes , initialize , isDecorator , preRenderCheck , render , setAttribute , setComponentSlot , setDecorator , setDecoratorDirectory , setDecoratorTemplate , setDirectory , setEscaping , setEscapingMethod , setExtension , setParameter , setTemplate , __call
Method Details
-
Configures template for this view.
-
Executes any presentation logic for this view.
-
Renders the presentation.
returns Current template content
|