Neos\Neos\Domain\Model\User::__construct PHP Method

__construct() public method

Constructs this User object
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->preferences = new UserPreferences();
    }