Sulu\Bundle\SecurityBundle\Entity\Role::__construct PHP Method

__construct() public method

Constructor.
public __construct ( )
    public function __construct()
    {
        $this->permissions = new ArrayCollection();
        $this->userRoles = new ArrayCollection();
        $this->groups = new ArrayCollection();
        $this->settings = new ArrayCollection();
    }