vB_DataManager_Constants
in package
Uses
vB_Trait_NoSerialize
Abstract class for Constants
Tags
Table of Contents
Constants
- ERRTYPE_ARRAY = 0
- ERRTYPE_ARRAY_UNPROCESSED = 4
- ERRTYPE_CP = 2
- ERRTYPE_SILENT = 3
- ERRTYPE_STANDARD = 1
- ERRTYPE_UPGRADE = 5
- REQ_AUTO = 2
- REQ_INCR = 3
- REQ_NO = 0
- REQ_YES = 1
- VF_CODE = 2
- VF_METHOD = '_-_mEtHoD_-_'
- VF_METHODNAME = 3
- VF_REQ = 1
- VF_TYPE = 0
Methods
- __serialize() : array<string|int, mixed>
- __sleep() : array<string|int, mixed>
- __unserialize() : void
- __wakeup() : void
Constants
ERRTYPE_ARRAY
public
mixed
ERRTYPE_ARRAY
= 0
ERRTYPE_ARRAY_UNPROCESSED
public
mixed
ERRTYPE_ARRAY_UNPROCESSED
= 4
ERRTYPE_CP
public
mixed
ERRTYPE_CP
= 2
ERRTYPE_SILENT
public
mixed
ERRTYPE_SILENT
= 3
ERRTYPE_STANDARD
public
mixed
ERRTYPE_STANDARD
= 1
ERRTYPE_UPGRADE
public
mixed
ERRTYPE_UPGRADE
= 5
REQ_AUTO
public
mixed
REQ_AUTO
= 2
REQ_INCR
public
mixed
REQ_INCR
= 3
REQ_NO
public
mixed
REQ_NO
= 0
REQ_YES
public
mixed
REQ_YES
= 1
VF_CODE
public
mixed
VF_CODE
= 2
VF_METHOD
public
mixed
VF_METHOD
= '_-_mEtHoD_-_'
VF_METHODNAME
public
mixed
VF_METHODNAME
= 3
VF_REQ
public
mixed
VF_REQ
= 1
VF_TYPE
public
mixed
VF_TYPE
= 0
Methods
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__unserialize()
public
__unserialize(array<string|int, mixed> $serialized) : void
Parameters
- $serialized : array<string|int, mixed>
__wakeup()
public
__wakeup() : void