ClientType extends BaseType
FinalYes
Table of Contents
Constants
- AT_WORK_STATUS = 'AT_WORK'
- CODE = 'clientType'
- IN_BLACKLIST_STATUS = 'IN_BLACKLIST'
- KNOWN_STATUS = 'KNOWN'
- NEW_STATUS = 'NEW'
Methods
- __construct() : mixed
- createProperty() : Property
- getCode() : string
- getTitle() : string
- getType() : string
- getValue() : string
Constants
AT_WORK_STATUS
public
mixed
AT_WORK_STATUS
= 'AT_WORK'
CODE
public
mixed
CODE
= 'clientType'
IN_BLACKLIST_STATUS
public
mixed
IN_BLACKLIST_STATUS
= 'IN_BLACKLIST'
KNOWN_STATUS
public
mixed
KNOWN_STATUS
= 'KNOWN'
NEW_STATUS
public
mixed
NEW_STATUS
= 'NEW'
Methods
__construct()
public
__construct(array<string|int, mixed> $bindings) : mixed
Parameters
- $bindings : array<string|int, mixed>
createProperty()
public
createProperty() : Property
Return values
PropertygetCode()
public
getCode() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringgetValue()
public
getValue([array<string|int, mixed> $params = [] ]) : string
Parameters
- $params : array<string|int, mixed> = []