mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
New method for transaction matcher.
This commit is contained in:
@@ -55,6 +55,15 @@ interface JournalRepositoryInterface
|
||||
*/
|
||||
public function getJournalsOfTypes(array $types, int $offset, int $page);
|
||||
|
||||
/**
|
||||
* @param array $types
|
||||
* @param int $offset
|
||||
* @param int $count
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getCollectionOfTypes(array $types, int $offset, int $count);
|
||||
|
||||
/**
|
||||
* @param string $type
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user