ContactLeadController
extends FOSRestController
in package
implements
TokenAuthenticatedController
Table of Contents
Interfaces
Methods
- addContactAction() : JsonResponse
- sendNotificationMail() : void
Methods
addContactAction()
public
addContactAction(Request $request, ContactLeadService $contactService, LogService $logService) : JsonResponse
Parameters
- $request : Request
- $contactService : ContactLeadService
- $logService : LogService
Tags
Return values
JsonResponsesendNotificationMail()
private
sendNotificationMail(ContactLead $contact, LogService $logService) : void
Parameters
- $contact : ContactLead
- $logService : LogService