dispatch(new FindUserProfile($id))) { return null; } return $ad; } ), new \Twig_SimpleFunction( 'getAddress', function ($id) { if (!$ad = $this->dispatch(new GetAddress($id))) { return null; } return $ad; } ) ]; } }