[Agavi-Users] Recommended way to add a filter to a renderer in the view
7 views
Skip to first unread message
list...@shoan.net
unread,
Oct 8, 2012, 10:22:36 AM10/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Agavi Users Mailing List
Hi,
I am using Twig for a project and had to add a filter. Since
AgaviTwigRenderer::getEngine() is protected, there was no way to access
Twig_Environment. I looked at the code for the other renderers and all
of them are similar.
What is the recommended way to add filters to a renderer?