mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
Expand search.
This commit is contained in:
@@ -76,6 +76,20 @@ interface RuleRepositoryInterface
|
||||
*/
|
||||
public function getAll(): Collection;
|
||||
|
||||
/**
|
||||
* Get all the users rules that trigger on storage.
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getStoreRules(): Collection;
|
||||
|
||||
/**
|
||||
* Get all the users rules that trigger on update.
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getUpdateRules(): Collection;
|
||||
|
||||
/**
|
||||
* @return RuleGroup
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user