SsiFragmentRenderer
class SsiFragmentRenderer extends AbstractSurrogateFragmentRenderer
Implements the SSI rendering strategy.
Methods
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
__construct(SurrogateInterface $surrogate = null, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null)
Constructor.
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
in RoutableFragmentRenderer at line line 34
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
in AbstractSurrogateFragmentRenderer at line line 41
__construct(SurrogateInterface $surrogate = null, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null)
Constructor.
The "fallback" strategy when surrogate is not available should always be an instance of InlineFragmentRenderer.
in AbstractSurrogateFragmentRenderer at line line 64
Response
render(string|ControllerReference $uri, Request $request, array $options = array())
Renders a URI and returns the Response content.
at line line 24
string
getName()
Gets the name of the strategy.