RMAStatus extends Enum
in package

This is the document status enumerate.

Tags
see
Enum

Table of Contents

ACCEPTED  = 'ACCEPTED'
AUTHORIZED  = 'AUTHORIZED'
COMPLETED  = 'COMPLETED'
DELETED  = 'DELETED'
DENIED  = 'DENIED'
IN_PROCESS  = 'IN_PROCESS'
INCIDENTS  = 'INCIDENTS'
NO_AUTHORIZED  = 'NO_AUTHORIZED'
PENDING  = 'PENDING'
getValues()  : array<string|int, mixed>
isValid() Check if the given value is inside the called enumerate.  : bool

Constants

AUTHORIZED

public mixed AUTHORIZED = 'AUTHORIZED'

COMPLETED

public mixed COMPLETED = 'COMPLETED'

IN_PROCESS

public mixed IN_PROCESS = 'IN_PROCESS'

INCIDENTS

public mixed INCIDENTS = 'INCIDENTS'

NO_AUTHORIZED

public mixed NO_AUTHORIZED = 'NO_AUTHORIZED'

Methods

getValues()

public static getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

isValid()

Check if the given value is inside the called enumerate.

public static isValid(string $value) : bool
Parameters
$value : string

value to check

Return values
bool

Search results