BlockCode
FinalYes
Table of Contents
Constants
- B2E_HCMLINK_REFERENCE = 'hcmlinkreference'
- B2E_MY_REFERENCE = 'myb2ereference'
- B2E_REFERENCE = 'b2ereference'
- DATE = 'date'
- EMPLOYEE_DYNAMIC = 'employeedynamic'
- MY_REFERENCE = 'myreference'
- MY_REQUISITES = 'myrequisites'
- MY_SIGN = 'mysign'
- MY_STAMP = 'mystamp'
- NUMBER = 'number'
- REFERENCE = 'reference'
- REQUISITES = 'requisites'
- SIGN = 'sign'
- STAMP = 'stamp'
- TEXT = 'text'
Methods
- getAll() : array<string|int, self::*>
- getB2eReferenceCodeByRole() : string
- getCommon() : array<string|int, self::*>
- isB2eReference() : bool
- isCommon() : bool
- isHcmLinkReference() : bool
- isMemberDynamic() : bool
- isReference() : bool
- isRequisites() : bool
- isSignature() : bool
- isStamp() : bool
Constants
B2E_HCMLINK_REFERENCE
public
mixed
B2E_HCMLINK_REFERENCE
= 'hcmlinkreference'
B2E_MY_REFERENCE
public
mixed
B2E_MY_REFERENCE
= 'myb2ereference'
B2E_REFERENCE
public
mixed
B2E_REFERENCE
= 'b2ereference'
DATE
public
mixed
DATE
= 'date'
EMPLOYEE_DYNAMIC
public
mixed
EMPLOYEE_DYNAMIC
= 'employeedynamic'
MY_REFERENCE
public
mixed
MY_REFERENCE
= 'myreference'
MY_REQUISITES
public
mixed
MY_REQUISITES
= 'myrequisites'
MY_SIGN
public
mixed
MY_SIGN
= 'mysign'
MY_STAMP
public
mixed
MY_STAMP
= 'mystamp'
NUMBER
public
mixed
NUMBER
= 'number'
REFERENCE
public
mixed
REFERENCE
= 'reference'
REQUISITES
public
mixed
REQUISITES
= 'requisites'
SIGN
public
mixed
SIGN
= 'sign'
STAMP
public
mixed
STAMP
= 'stamp'
TEXT
public
mixed
TEXT
= 'text'
Methods
getAll()
public
static getAll() : array<string|int, self::*>
Return values
array<string|int, self::*>getB2eReferenceCodeByRole()
public
static getB2eReferenceCodeByRole(string $role) : string
Parameters
- $role : string
Return values
stringgetCommon()
public
static getCommon() : array<string|int, self::*>
Return values
array<string|int, self::*>isB2eReference()
public
static isB2eReference(self::* $code) : bool
Parameters
- $code : self::*
Return values
boolisCommon()
public
static isCommon(self::* $code) : bool
Parameters
- $code : self::*
Return values
boolisHcmLinkReference()
public
static isHcmLinkReference(string $code) : bool
Parameters
- $code : string
Return values
boolisMemberDynamic()
public
static isMemberDynamic(string $code) : bool
Parameters
- $code : string
Return values
boolisReference()
public
static isReference(self::* $code) : bool
Parameters
- $code : self::*
Return values
boolisRequisites()
public
static isRequisites(self::* $code) : bool
Parameters
- $code : self::*
Return values
boolisSignature()
public
static isSignature(self::* $code) : bool
Parameters
- $code : self::*
Return values
boolisStamp()
public
static isStamp(self::* $code) : bool
Parameters
- $code : self::*