Bitrix API

Outcome extends EO_CallOutcome

Table of Contents

Methods

appendProps()  : self
fillFromJson()  : self
fillProps()  : self
getOutcomeForCall()  : self|null
getProperty()  : Property|null
getProps()  : EO_CallOutcomeProperty_Collection
getSenseContent()  : mixed
getSenseContentClass()  : string|null
saveProps()  : Result|AddResult|UpdateResult
setProperty()  : self
toArray()  : array<string|int, mixed>
toRestFormat()  : array<string|int, mixed>

Methods

fillFromJson()

public fillFromJson(array<string|int, mixed> $jsonData) : self
Parameters
$jsonData : array<string|int, mixed>
Return values
self

fillProps()

public fillProps(EO_CallOutcomeProperty_Collection $propertyCollection) : self
Parameters
$propertyCollection : EO_CallOutcomeProperty_Collection
Return values
self

getOutcomeForCall()

public static getOutcomeForCall(int $callId, SenseType $senseType) : self|null
Parameters
$callId : int
$senseType : SenseType
Return values
self|null

getProperty()

public getProperty(string $code) : Property|null
Parameters
$code : string
Return values
Property|null

getProps()

public getProps() : EO_CallOutcomeProperty_Collection
Return values
EO_CallOutcomeProperty_Collection

getSenseContent()

public getSenseContent() : mixed

getSenseContentClass()

public getSenseContentClass() : string|null
Return values
string|null

setProperty()

public setProperty(string $code, mixed $value) : self
Parameters
$code : string
$value : mixed
Return values
self

toArray()

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

toRestFormat()

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

        
On this page

Search results