mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
This commit is contained in:
@@ -559,10 +559,15 @@ interface GroupCollectorInterface
|
||||
public function setTag(Tag $tag): self;
|
||||
|
||||
/**
|
||||
* Limit results to a specific set of tags.
|
||||
* Limit results to any of the specified tags.
|
||||
*/
|
||||
public function setTags(Collection $tags): self;
|
||||
|
||||
/**
|
||||
* Limit results to a SPECIFIC set of tags.
|
||||
*/
|
||||
public function setAllTags(Collection $tags): self;
|
||||
|
||||
/**
|
||||
* Limit the search to one specific transaction group.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user