I have a regular Class like
class RangeColumn extends Column{
//...
}
in my Symfony2 Project,
Now inside this class is a render function, in which i'd like to use Twig or the Translation Service of Symfony2 to render a specific template. How do i access this services in a proper way?