mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +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