StatusType
Table of Contents
Constants
-
FAULTY
= 3
-
FAULTY_NAME
= 'F'
-
PROCESS
= 2
-
PROCESS_NAME
= 'P'
-
SUCCESS
= 1
-
SUCCESS_NAME
= 'S'
-
UNDEFINED
= 0
Methods
-
getAllDescriptions()
: mixed
-
getDescription()
: mixed
-
isDefined()
: mixed
-
resolveId()
: mixed
-
resolveName()
: mixed
FAULTY
public
mixed
FAULTY
= 3
FAULTY_NAME
public
mixed
FAULTY_NAME
= 'F'
PROCESS
public
mixed
PROCESS
= 2
PROCESS_NAME
public
mixed
PROCESS_NAME
= 'P'
SUCCESS
public
mixed
SUCCESS
= 1
SUCCESS_NAME
public
mixed
SUCCESS_NAME
= 'S'
UNDEFINED
public
mixed
UNDEFINED
= 0
getAllDescriptions()
public
static getAllDescriptions() : mixed
getDescription()
public
static getDescription(mixed $typeId) : mixed
Parameters
-
$typeId
: mixed
-
isDefined()
public
static isDefined(mixed $typeId) : mixed
Parameters
-
$typeId
: mixed
-
resolveId()
public
static resolveId(mixed $name) : mixed
Parameters
-
$name
: mixed
-
resolveName()
public
static resolveName(mixed $typeId) : mixed
Parameters
-
$typeId
: mixed
-