Method Summary
-
configure()
Configures template for this view.
-
string
getEngine()
Retrieves the template engine associated with this view.
-
mixed
render()
Renders the presentation and send the email to the client.
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.
throws sfActionException If the configure fails
-
Retrieves the template engine associated with this view.
returns sfMail
-
Renders the presentation and send the email to the client.
returns Raw data of the mail
|