Some code to get #384 working.

This commit is contained in:
James Cole
2017-12-10 17:55:06 +01:00
parent b93a96db23
commit 54c449f11b
7 changed files with 469 additions and 10 deletions

View File

@@ -85,6 +85,13 @@ interface JournalCollectorInterface
*/
public function removeFilter(string $filter): JournalCollectorInterface;
/**
* @param Collection $accounts
*
* @return JournalCollectorInterface
*/
public function setOpposingAccounts(Collection $accounts): JournalCollectorInterface;
/**
* @param Collection $accounts
*