afterRenderUncached()
afterRenderUncached(string $content) : string
Interceptor called after render on an uncached view.
Can return a string to replace content, or nothing to leave content untouched.
Parameters
| string | $content |
Classified interceptor overrides the '/classified[/category] route to allow for backward-compatible loading of Gryphon templates with compatible Category and Ad models.
Looks for templates in the following order:
Override default behavior by setting a custom route and overriding the '/classified/*' interceptor.
Returns