Sulu\Bundle\SecurityBundle\Entity\User::__construct PHP Méthode

__construct() public méthode

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