Table of Contents
Constants
-
AUTOCREATION_DISABLED
= 50
-
CREATE_DENIED
= 100
-
CREATE_FAILED
= 110
-
EMPTY_FIELDS
= 70
-
GENERAL
= 10
-
HAS_WORKFLOWS
= 60
-
INVALID_FIELDS
= 80
-
INVALID_OPERATION
= 40
-
NO_ACTIVE_DESTINATIONS
= 140
-
NOT_FOUND
= 20
-
NOT_SUPPORTED
= 130
-
NOT_SYNCHRONIZED
= 30
-
READ_DENIED
= 90
-
TARG_DST
= 2
-
TARG_SRC
= 1
-
TARG_UNDEFINED
= 0
-
UPDATE_DENIED
= 120
Methods
-
__construct()
: mixed
-
externalize()
: mixed
-
getDestinationEntityTypeID()
: mixed
-
getExtendedMessage()
: mixed
-
getLocalizedMessage()
: mixed
-
getSourceEntityTypeID()
: mixed
-
getTargetEntityTypeID()
: mixed
-
getTargetType()
: mixed
-
internalize()
: mixed
AUTOCREATION_DISABLED
public
mixed
AUTOCREATION_DISABLED
= 50
CREATE_DENIED
public
mixed
CREATE_DENIED
= 100
CREATE_FAILED
public
mixed
CREATE_FAILED
= 110
EMPTY_FIELDS
public
mixed
EMPTY_FIELDS
= 70
GENERAL
public
mixed
GENERAL
= 10
HAS_WORKFLOWS
public
mixed
HAS_WORKFLOWS
= 60
INVALID_FIELDS
public
mixed
INVALID_FIELDS
= 80
INVALID_OPERATION
public
mixed
INVALID_OPERATION
= 40
NO_ACTIVE_DESTINATIONS
public
mixed
NO_ACTIVE_DESTINATIONS
= 140
NOT_FOUND
public
mixed
NOT_FOUND
= 20
NOT_SUPPORTED
public
mixed
NOT_SUPPORTED
= 130
NOT_SYNCHRONIZED
public
mixed
NOT_SYNCHRONIZED
= 30
READ_DENIED
public
mixed
READ_DENIED
= 90
TARG_DST
public
mixed
TARG_DST
= 2
TARG_SRC
public
mixed
TARG_SRC
= 1
TARG_UNDEFINED
public
mixed
TARG_UNDEFINED
= 0
UPDATE_DENIED
public
mixed
UPDATE_DENIED
= 120
__construct()
public
__construct(int $srcEntityTypeID, int $dstEntityTypeID) : mixed
Parameters
-
$srcEntityTypeID
: int
-
-
$dstEntityTypeID
: int
-
externalize()
public
externalize() : mixed
getDestinationEntityTypeID()
public
getDestinationEntityTypeID() : mixed
getExtendedMessage()
public
getExtendedMessage() : mixed
getLocalizedMessage()
public
getLocalizedMessage() : mixed
getSourceEntityTypeID()
public
getSourceEntityTypeID() : mixed
getTargetEntityTypeID()
public
getTargetEntityTypeID() : mixed
getTargetType()
public
getTargetType() : mixed
internalize()
public
internalize(array<string|int, mixed> $params) : mixed
Parameters
-
$params
: array<string|int, mixed>
-