mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Implement first version of the new rule engine.
This commit is contained in:
@@ -45,4 +45,12 @@ interface ActionInterface
|
||||
* @return bool
|
||||
*/
|
||||
public function act(TransactionJournal $journal): bool;
|
||||
|
||||
/**
|
||||
* Execute the action on an array.
|
||||
*
|
||||
* @param array $journal
|
||||
* @return bool
|
||||
*/
|
||||
public function actOnArray(array $journal): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user