Bitrix API

EntityBinding extends Entity

Class EntityBinding

Table of Contents

Methods

clearStartField()  : void
create()  : static
delete()  : void
deleteNoDemand()  : DeleteResult
doFinalAction()  : Result
getAllFields()  : array<string|int, mixed>
getAvailableFields()  : array<string|int, mixed>
getAvailableFieldsMap()  : array<string|int, mixed>|null
getClassName()  : string
getCustomizableFields()  : array<string|int, mixed>
getField()  : string|null
getFieldsDescription()  : array<string|int, mixed>
getFieldValues()  : array<string|int, mixed>
getId()  : int
getList()  : Result
getOwnerId()  : int
getOwnerTypeId()  : int
getRegistryEntity()  : string
getRegistryType()  : string
hasMeaningfulField()  : bool
isChanged()  : bool
isDeleted()  : bool
isMarkedFieldCustom()  : bool
isMathActionOnly()  : bool
isNewEntity()  : bool
isStartField()  : bool
load()  : static|null
markEntityAsNew()  : void
markFieldCustom()  : mixed
setField()  : Result
setFields()  : Result
setMathActionOnly()  : void
setOrder()  : void
toArray()  : array<string|int, mixed>
unmarkEntityAsNew()  : void
unmarkFieldCustom()  : mixed
verify()  : Result

Methods

create()

public static create(Order $order) : static
Parameters
$order : Order
Tags
throws
ArgumentOutOfRangeException
Return values
static

deleteNoDemand()

public static deleteNoDemand(mixed $orderId) : DeleteResult
Parameters
$orderId : mixed
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
DeleteResult

doFinalAction()

public doFinalAction([bool $hasMeaningfulField = false ]) : Result
Parameters
$hasMeaningfulField : bool = false
Tags
throws
ArgumentNullException
throws
ObjectNotFoundException
Return values
Result

getAllFields()

public static getAllFields() : array<string|int, mixed>
Tags
throws
NotImplementedException
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
throws
NotImplementedException
Return values
array<string|int, mixed>|null

getClassName()

public static getClassName() : string
Return values
string

getCustomizableFields()

public static getCustomizableFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getField()

public getField(mixed $name) : string|null
Parameters
$name : mixed
Return values
string|null

getFieldsDescription()

public static getFieldsDescription() : array<string|int, mixed>
Tags
throws
NotImplementedException
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
int

getList()

public static getList([array<string|int, mixed> $parameters = [] ]) : Result
Parameters
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
Result

getOwnerTypeId()

public getOwnerTypeId() : int
Return values
int

getRegistryEntity()

public static getRegistryEntity() : string
Return values
string

getRegistryType()

public static getRegistryType() : string
Return values
string

hasMeaningfulField()

public hasMeaningfulField() : bool
Return values
bool

isChanged()

public isChanged() : bool
Return values
bool

isMarkedFieldCustom()

public isMarkedFieldCustom(string $name) : bool
Parameters
$name : string
Return values
bool

isMathActionOnly()

public isMathActionOnly() : bool
Return values
bool

isNewEntity()

public isNewEntity() : bool
Return values
bool

isStartField()

public isStartField([bool $isMeaningfulField = false ]) : bool
Parameters
$isMeaningfulField : bool = false
Return values
bool

load()

public static load(Order $order) : static|null
Parameters
$order : Order
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
static|null

markFieldCustom()

public markFieldCustom(string $name) : mixed
Parameters
$name : string
Tags
throws
ArgumentOutOfRangeException

setField()

public setField(mixed $name, mixed $value) : Result
Parameters
$name : mixed
$value : mixed
Tags
throws
ArgumentOutOfRangeException
throws
NotImplementedException
throws
Exception
Return values
Result

setFields()

public setFields(array<string|int, mixed> $values) : Result
Parameters
$values : array<string|int, mixed>
Tags
throws
ArgumentOutOfRangeException
throws
NotSupportedException
throws
Exception
Return values
Result

setMathActionOnly()

public setMathActionOnly([bool $value = false ]) : void
Parameters
$value : bool = false

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

unmarkFieldCustom()

public unmarkFieldCustom(string $name) : mixed
Parameters
$name : string
Tags
throws
ArgumentOutOfRangeException

verify()

public verify() : Result
Return values
Result

        
On this page

Search results