mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
add a ScopePickerType
and a UserPickerType
Those type allow easily to - pick a Scope/circle in form - pick a user in form
This commit is contained in:
@@ -45,8 +45,15 @@ class RoleScope
|
||||
*/
|
||||
private $scope;
|
||||
|
||||
/**
|
||||
*
|
||||
* @var \Doctrine\Common\Collections\Collection
|
||||
*/
|
||||
private $permissionsGroups;
|
||||
|
||||
public function __construct() {
|
||||
$this->new = true;
|
||||
$this->permissionsGroups = new \Doctrine\Common\Collections\ArrayCollection();
|
||||
}
|
||||
|
||||
public function getId()
|
||||
|
Reference in New Issue
Block a user