This repository was archived by the owner on Sep 20, 2021. It is now read-only.

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