Table of Contents
Methods
-
__construct()
: mixed
-
changePinOption()
: FlowUserOption
-
deleteAllForFlow()
: void
-
deleteAllForUser()
: void
-
getInstance()
: self
-
save()
: void
__construct()
public
__construct() : mixed
changePinOption()
public
changePinOption(int $flowId, int $userId) : FlowUserOption
Parameters
-
$flowId
: int
-
-
$userId
: int
-
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ArgumentException
deleteAllForFlow()
public
deleteAllForFlow(int $flowId) : void
Parameters
-
$flowId
: int
-
-
throws
-
ArgumentException
deleteAllForUser()
public
static deleteAllForUser(int $userId) : void
Parameters
-
$userId
: int
-
-
throws
-
ArgumentException
getInstance()
public
static getInstance() : self
save()
public
save(int $flowId, string $code, int $userId, string $value) : void
Parameters
-
$flowId
: int
-
-
$code
: string
-
-
$userId
: int
-
-
$value
: string
-