ConfigRepository
Table of Contents
Methods
- readByFlowId() : Config
- removeByFlowId() : void
- saveNewConfig() : void
Methods
readByFlowId()
public
readByFlowId(int $flowId) : Config
Parameters
- $flowId : int
Return values
ConfigremoveByFlowId()
public
removeByFlowId(int $flowId) : void
Parameters
- $flowId : int
saveNewConfig()
public
saveNewConfig(Config $config) : void
Parameters
- $config : Config