Hi,
In going from Totara version 2.7 to 2.9, the signature of the constructor for the class rb_source_assign has changed from:
public function __construct() {...}
to:
public function __construct($groupid, rb_global_restriction_set $globalrestrictionset = null) {...}
I created a custom report builder source in v2.7.x that extends that class and I now need to upgrade my code to work with v2.9.x.
Unfortunately I haven't been able to find any documentation for the new constructor.
Does anyone know the type / value of the parameters, especially $groupid?
Thanks,
Muyi