$matchCallback public property
A callback that will be called to determine if the rule should be applied. The signature of the callback should be as follows:
function ($rule, $action)
where $rule
is this rule, and $action
is the current action object. The callback should return a boolean value indicating whether this rule should be applied.
public callable $matchCallback = null
Please login to continue.