Bitrix API

OptionService

Table of Contents

Methods

__construct()  : mixed
delete()  : void
deleteAll()  : void
getInstance()  : OptionService
getOption()  : Option|null
getOptions()  : array<string|int, Option>
invalidateCache()  : void
save()  : void

Methods

delete()

public delete(int $flowId, string $name) : void
Parameters
$flowId : int
$name : string

deleteAll()

public deleteAll(int $flowId) : void
Parameters
$flowId : int

getOption()

public getOption(int $flowId, string $name) : Option|null
Parameters
$flowId : int
$name : string
Return values
Option|null

getOptions()

public getOptions(int $flowId) : array<string|int, Option>
Parameters
$flowId : int
Return values
array<string|int, Option>

invalidateCache()

public invalidateCache(int $flowId) : void
Parameters
$flowId : int

save()

public save(int $flowId, string $name, string $value) : void
Parameters
$flowId : int
$name : string
$value : string

        
On this page

Search results