OptionRepository
Table of Contents
Methods
-
delete()
: void
-
deleteAll()
: void
-
getOptions()
: array<string|int, mixed>
-
save()
: void
delete()
public
delete(int $flowId, string $name) : void
Parameters
-
$flowId
: int
-
-
$name
: string
-
deleteAll()
public
deleteAll(int $flowId) : void
Parameters
-
$flowId
: int
-
getOptions()
public
getOptions(int $flowId) : array<string|int, mixed>
Parameters
-
$flowId
: int
-
Return values
array<string|int, mixed>
save()
public
save(int $flowId, string $optionName, string $value) : void
Parameters
-
$flowId
: int
-
-
$optionName
: string
-
-
$value
: string
-