Convert CiviRuleAction/Condition/Trigger API to generic functions
This switches the CiviRuleAction/Condition/Trigger API to use generic functions. It should make them work better - for example now you can do CiviRuleAction.Get['name' => ['IN', ['action_1', 'action_2']]]
.
Edited by mattwire