protected GenieGate_Api_User __construct(
&$login
GenieGate_Api_login ,
$info
array );![]() |
Important |
|---|---|
Don't create GenieGate_Api_User objects yourself unless you
have good reason (such as inheriting from this class). You should
be using the |
Generic Constructor.
In general, you should use GenieGate_Api_Login::login()
instead of this constructor. It is marked "protected" here because that
is how it is intended to be used.