Bitrix API

File implements FieldImplementation

FinalYes

Table of Contents

Interfaces

FieldImplementation

Methods

__construct()  : mixed
afterItemClone()  : void
afterSuccessfulItemSave()  : void
beforeItemSave()  : void
get()  : mixed
getDefaultValue()  : mixed
getExternalizableFieldNames()  : array<string|int, mixed>
getFieldNamesToFill()  : array<string|int, mixed>
getHandledFieldNames()  : array<string|int, mixed>
getSerializableFieldNames()  : array<string|int, mixed>
isChanged()  : bool
remindActual()  : mixed
reset()  : void
save()  : Result
set()  : void
setFromExternalValues()  : void
transformToExternalValue()  : mixed
unset()  : void

Methods

afterSuccessfulItemSave()

public afterSuccessfulItemSave(Item $item, EntityObject $entityObject) : void
Parameters
$item : Item
$entityObject : EntityObject

get()

public get(string $commonFieldName) : mixed
Parameters
$commonFieldName : string

getDefaultValue()

public getDefaultValue(string $commonFieldName) : mixed
Parameters
$commonFieldName : string

getExternalizableFieldNames()

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

getFieldNamesToFill()

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

getHandledFieldNames()

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

getSerializableFieldNames()

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

isChanged()

public isChanged(string $commonFieldName) : bool
Parameters
$commonFieldName : string
Return values
bool

remindActual()

public remindActual(string $commonFieldName) : mixed
Parameters
$commonFieldName : string

reset()

public reset(string $commonFieldName) : void
Parameters
$commonFieldName : string

save()

public save() : Result
Return values
Result

set()

public set(string $commonFieldName, mixed $value) : void
Parameters
$commonFieldName : string
$value : mixed

setFromExternalValues()

public setFromExternalValues(array<string|int, mixed> $externalValues) : void
Parameters
$externalValues : array<string|int, mixed>

transformToExternalValue()

public transformToExternalValue(string $commonFieldName, mixed $value, int $valuesType) : mixed
Parameters
$commonFieldName : string
$value : mixed
$valuesType : int

unset()

public unset(string $commonFieldName) : void
Parameters
$commonFieldName : string

        
On this page

Search results