It would be nice if we had a list of new added operators if is the case For example for the rule : ``` php $rule = 'isConnection(user1,user2) and group in ("customer", "guest") and points > 30'; ``` will return something like ``` php array( 'operator' => isConnection, 'context' => array ('user1', 'user2') ) ```
It would be nice if we had a list of new added operators if is the case
For example for the rule :
will return something like