FileAccess Orion

FragmentRendererInterface

Interface implemented by all rendering strategies.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

getName()  : string
Gets the name of the strategy.
render()  : Response
Renders a URI and returns the Response content.

Methods

getName()

Gets the name of the strategy.

public getName() : string
Return values
string

The strategy name

Search results