WebVIEP Plugin

ContactRequestRepositoryWp implements ContactRequestRepository

Persist contact requests as custom WordPress posts.

Table of Contents

Interfaces

ContactRequestRepository
Repository interface for contact requests.

Constants

POST_TYPE  = 'webviep_contact'

Methods

findByBooth()  : array<int, ContactRequest>
Find contact requests for a booth.
findById()  : ContactRequest|null
Find a contact request by its domain id.
save()  : void
Persist a contact request to WordPress.
findPostIdByRequestId()  : int
Resolve the WordPress post ID for a contact request.
mapPost()  : ContactRequest|null
Map a contact request post to a domain entity.

Constants

Methods


        
On this page

Search results