class HIncludeFragmentRenderer extends RoutableFragmentRenderer
Implements the Hinclude rendering strategy.
Methods
setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. | from RoutableFragmentRenderer | |
__construct(EngineInterface|Twig_Environment $templating = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8') Constructor. | ||
setTemplating(EngineInterface|Twig_Environment|null $templating) Sets the templating engine to use to render the default content. | ||
bool | hasTemplating() Checks if a templating engine has been set. | |
Response | render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI and returns the Response content. | |
string | getName() Gets the name of the strategy. |
Details
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
__construct(EngineInterface|Twig_Environment $templating = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8')
Constructor.
setTemplating(EngineInterface|Twig_Environment|null $templating)
Sets the templating engine to use to render the default content.
bool hasTemplating()
Checks if a templating engine has been set.
Response render(string|ControllerReference $uri, Request $request, array $options = array())
Renders a URI and returns the Response content.
string getName()
Gets the name of the strategy.
Please login to continue.