Symfony
7
Вклад в тег
app.send.notification:
class: AppBundle\Helper\Notification
arguments:
service: ["@templating"]
public function __construct($templating) { //Класс по-моему Twig_Engine, могу ошибаться
$this->templating = $templating;
}
$this->templating->render(...);