Bitrix API

FlowUserOptionService uses FlowUserOptionValidatorTrait

Table of Contents

Methods

__construct()  : mixed
changePinOption()  : FlowUserOption
deleteAllForFlow()  : void
deleteAllForUser()  : void
getInstance()  : self
save()  : void

Methods

changePinOption()

public changePinOption(int $flowId, int $userId) : FlowUserOption
Parameters
$flowId : int
$userId : int
Tags
throws
ObjectPropertyException
throws
SystemException
throws
ArgumentException
Return values
FlowUserOption

deleteAllForFlow()

public deleteAllForFlow(int $flowId) : void
Parameters
$flowId : int
Tags
throws
ArgumentException

deleteAllForUser()

public static deleteAllForUser(int $userId) : void
Parameters
$userId : int
Tags
throws
ArgumentException

save()

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

        
On this page

Search results