class Profile
Profile.
Methods
__construct(string $token) Constructor.
setToken(string $token) Sets the token.
string getToken() Gets the token.
setParent(Profile $parent) Sets the parent token.
Profile getParent() Returns the parent profile.
null|string getParentToken() Returns the parent token.
string getIp() Returns the IP.
setIp(string $ip) Sets the IP.
string getMethod() Returns the request method.
setMethod($method)
string getUrl()