Table of Contents
A GenieGate_Api_User is used to represent an individual
user.
Most of the time, you will be working with this object (or an object deriving from this class).
In general, you should never create an object of this class directly, instead, you should use the methods in Chapter 2, GenieGate_Api_Login to retrieve user objects.
You should not normally need to access these fields directly. They are presented here for those who are extending this class with a user object of their own.
public array $FIELDS = ;Holds all the user info.
protected GenieGate_Api_Login $L = ;The GenieGate_Api_Login object.
protected array $PROPS = ;Array: Cache of properties. ([section][property]=value)