RelationType
Table of Contents
Constants
-
DELIVERY
= 2
-
DELIVERY_NAME
= 'D'
-
PAYSYSTEM
= 1
-
PAYSYSTEM_NAME
= 'P'
-
UNDEFINED
= 0
Methods
-
getAllDescriptions()
: mixed
-
getDescription()
: mixed
-
isDefined()
: mixed
-
resolveID()
: mixed
-
resolveName()
: mixed
DELIVERY
public
mixed
DELIVERY
= 2
DELIVERY_NAME
public
mixed
DELIVERY_NAME
= 'D'
PAYSYSTEM
public
mixed
PAYSYSTEM
= 1
PAYSYSTEM_NAME
public
mixed
PAYSYSTEM_NAME
= 'P'
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
-