auth = $auth; } public function getFunctions() { return [ new \Twig_SimpleFunction('current_user', [$this->auth, 'getUser']) ]; } }