re #224 add option to require consent

This commit is contained in:
tonydspaniard
2019-08-21 11:13:48 +02:00
parent 07a7a7bda7
commit 5b071dae88
37 changed files with 406 additions and 106 deletions

View File

@ -79,9 +79,10 @@ class AssignmentsWidget extends Widget
/**
* Returns available auth items to be attached to the user.
*
*
* @param int|null type of auth items or null to return all
*
* @param null|mixed $type
*
* @return array
*/
protected function getAvailableItems($type = null)