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

__construct() public method

Constructor.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->userRoles = new ArrayCollection();
        $this->userGroups = new ArrayCollection();
        $this->userSettings = new ArrayCollection();
    }