ContactCompanyEntity extends CollectableEntity
AbstractYes
Class ContactCompanyEntity
Table of Contents
Methods
- checkValueBeforeSet() : Result
- clearStartField() : bool
- create() : mixed
- delete() : mixed
- doFinalAction() : Result
- generateXmlId() : string
- getAllFields() : array<string|int, mixed>
- getAvailableFields() : array<string|int, mixed>
- getAvailableFieldsMap() : array<string|int, mixed>|null
- getBankRequisiteList() : array<string|int, mixed>
- getClassName() : string
- getCollection() : EntityCollection
- getCustomerName() : string|null
- getCustomizableFields() : array<string|int, mixed>
- getEntityType() : int
- getEntityTypeName() : string
- getField() : string|null
- getFieldsDescription() : array<string|int, mixed>
- getFieldValues() : array<string|int, mixed>
- getId() : int
- getInternalIndex() : null|int
- getRegistryEntity() : string
- getRegistryType() : string
- getRequisiteList() : array<string|int, mixed>
- hasMeaningfulField() : bool
- isChanged() : bool
- isClone() : bool
- isMarkedFieldCustom() : bool
- isMathActionOnly() : bool
- isPrimary() : bool
- isStartField() : bool
- loadForOrder() : array<string|int, mixed>|false
- markFieldCustom() : mixed
- save() : Result
- setCollection() : mixed
- setField() : Result
- setFields() : Result
- setMathActionOnly() : bool
- toArray() : array<string|int, mixed>
- unmarkFieldCustom() : mixed
- verify() : Result
Methods
checkValueBeforeSet()
public
checkValueBeforeSet(mixed $name, mixed $value) : Result
Parameters
- $name : mixed
- $value : mixed
Tags
Return values
ResultclearStartField()
public
clearStartField() : bool
Return values
boolcreate()
public
static create(ContactCompanyCollection $collection) : mixed
Parameters
- $collection : ContactCompanyCollection
Tags
delete()
public
delete() : mixed
Tags
doFinalAction()
public
doFinalAction([mixed $hasMeaningfulField = false ]) : Result
Parameters
- $hasMeaningfulField : mixed = false
Return values
ResultgenerateXmlId()
public
static generateXmlId() : string
Return values
stringgetAllFields()
public
static getAllFields() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getAvailableFields()
public
static getAvailableFields() : array<string|int, mixed>
Return values
array<string|int, mixed>getAvailableFieldsMap()
public
static getAvailableFieldsMap() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|nullgetBankRequisiteList()
public
getBankRequisiteList() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getClassName()
public
static getClassName() : string
Return values
stringgetCollection()
public
getCollection() : EntityCollection
Return values
EntityCollectiongetCustomerName()
public
getCustomerName() : string|null
Return values
string|nullgetCustomizableFields()
public
static getCustomizableFields() : array<string|int, mixed>
Return values
array<string|int, mixed>getEntityType()
public
static getEntityType() : int
Tags
Return values
intgetEntityTypeName()
public
static getEntityTypeName() : string
Tags
Return values
stringgetField()
public
getField(mixed $name) : string|null
Parameters
- $name : mixed
Return values
string|nullgetFieldsDescription()
public
static getFieldsDescription() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getFieldValues()
public
getFieldValues() : array<string|int, mixed>
Return values
array<string|int, mixed>getId()
public
getId() : int
Return values
intgetInternalIndex()
public
getInternalIndex() : null|int
Return values
null|intgetRegistryEntity()
public
static getRegistryEntity() : string
Tags
Return values
stringgetRegistryType()
public
static getRegistryType() : string
Return values
stringgetRequisiteList()
public
getRequisiteList() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>hasMeaningfulField()
public
hasMeaningfulField() : bool
Return values
boolisChanged()
public
isChanged() : bool
Return values
boolisClone()
public
isClone() : bool
Return values
boolisMarkedFieldCustom()
public
isMarkedFieldCustom(string $name) : bool
Parameters
- $name : string
Return values
boolisMathActionOnly()
public
isMathActionOnly() : bool
Return values
boolisPrimary()
public
isPrimary() : bool
Return values
boolisStartField()
public
isStartField([bool $isMeaningfulField = false ]) : bool
Parameters
- $isMeaningfulField : bool = false
Return values
boolloadForOrder()
public
static loadForOrder(mixed $id) : array<string|int, mixed>|false
Parameters
- $id : mixed
Tags
Return values
array<string|int, mixed>|falsemarkFieldCustom()
public
markFieldCustom(string $name) : mixed
Parameters
- $name : string
Tags
save()
public
save() : Result
Tags
Return values
ResultsetCollection()
public
setCollection(EntityCollection $collection) : mixed
Parameters
- $collection : EntityCollection
setField()
public
setField(mixed $name, mixed $value) : Result
Parameters
- $name : mixed
- $value : mixed
Tags
Return values
ResultsetFields()
public
setFields(array<string|int, mixed> $values) : Result
Parameters
- $values : array<string|int, mixed>
Tags
Return values
ResultsetMathActionOnly()
public
setMathActionOnly([bool|false $value = false ]) : bool
Parameters
- $value : bool|false = false
Return values
booltoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>unmarkFieldCustom()
public
unmarkFieldCustom(string $name) : mixed
Parameters
- $name : string
Tags
verify()
public
verify() : Result