WebVIEP Plugin

ContactRequestStatus

FinalYes

Value object representing the lifecycle state of a contact request.

Table of Contents

Constants

ARCHIVED  = 'archived'
NEW  = 'new'
READ  = 'read'
SENT  = 'sent'

Properties

$value  : string

Methods

__toString()  : string
String representation.
archived()  : self
equals()  : bool
fromString()  : self
new()  : self
read()  : self
sent()  : self
value()  : string
Return raw status string.
__construct()  : mixed
allowed()  : array<string|int, string>
Allowed status values.

Constants

Properties

Methods

fromString()

public static fromString(string $value) : self
Parameters
$value : string
Return values
self

__construct()

private __construct(string $value) : mixed
Parameters
$value : string
Tags
throws
InvalidArgumentException

allowed()

Allowed status values.

private static allowed() : array<string|int, string>
Return values
array<string|int, string>

        
On this page

Search results