Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct();
     $this->roles = [AdminUserInterface::DEFAULT_ADMIN_ROLE];
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->authorizationRoles = new ArrayCollection();
 }