a SENSIOLABS Product
Symfony

Templating
Simple yet powerful templating framework

sfTemplateRenderer Class

All Classes

RELEASE INFORMATION

You are currently browsing the API for the trunk version.
sfTemplateRenderer is the base class for all template renderer.

Inheritence

sfTemplateRendererPhp  <  sfTemplateRenderer
METHODS
setEngine()  sets the template engine associated with this renderer.
__call()  forwards the call to the associated template instance.
__get()  forwards the call to the associated template instance.
  • setEngine($engine)

    Sets the template engine associated with this renderer.

    ARGUMENTS
    $engine A sfTemplateEngine instance
  • (mixed) __call($method, $arguments)

    Forwards the call to the associated template instance.

    ARGUMENTS
    $method The method name
    $arguments The array of arguments

    returns The return value returned by the associated template instance method

  • (mixed) __get($name)

    Forwards the call to the associated template instance.

    ARGUMENTS
    $name The property name

    returns The value returned by the associated template instance

powered by symfony - "symfony" is a trademark of Fabien Potencier, all rights reserved - The components "animals" are © 2009 Sensio Labs

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.