FlowService
Table of Contents
Methods
Methods
__construct()
public
__construct([int $userId = 0 ]) : mixed
Parameters
- $userId : int = 0
add()
public
add(AddCommand $command) : Flow
Parameters
- $command : AddCommand
Tags
Return values
Flowdelete()
public
delete(DeleteCommand $command) : bool
Parameters
- $command : DeleteCommand
Tags
Return values
boolupdate()
public
update(UpdateCommand $command) : Flow
Parameters
- $command : UpdateCommand