A View to render partials.
Method Summary
Methods inherited from sfPHPView
configure , decorate , execute , getEngine , loadCoreAndStandardHelpers , render , renderFile
Methods inherited from sfView
configure , execute , getActionName , getAttribute , getAttributeHolder , getComponentSlot , getDecoratorDirectory , getDecoratorTemplate , getDirectory , getEngine , getExtension , getModuleName , getParameter , getParameterHolder , getTemplate , getViewName , hasAttribute , hasComponentSlot , hasParameter , initialize , initializeAttributeHolder , isDecorator , preRenderCheck , render , setAttribute , setComponentSlot , setDecorator , setDecoratorDirectory , setDecoratorTemplate , setDirectory , setExtension , setParameter , setTemplate , __call , __construct
Method Details
-
Configures template for this view.
-
Executes any presentation logic for this view.
-
-
initialize ($context, $moduleName, $actionName, $viewName)
Browse code
| $context |
|
| $moduleName |
|
| $actionName |
|
| $viewName |
|
Constructor.
-
Renders the presentation.
returns Current template content
-
setPartialVars ($partialVars)
Browse code
|