Add comments to authSympa

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1225 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-03-19 18:57:16 +00:00
parent 687ebfab9a
commit 92380bf377

View File

@@ -5,6 +5,7 @@
- a password - a password
- a list to check if the user is recorded in - a list to check if the user is recorded in
- a Sympa SOAP server WSDL - a Sympa SOAP server WSDL
- the part of list which should be test : subscriber, owner, editor
It use the SOAP protocol. So the PHP SOAP library is needed and the network It use the SOAP protocol. So the PHP SOAP library is needed and the network
must be open between the Web server and the Sympa server. */ must be open between the Web server and the Sympa server. */
/* POC : /* POC :
@@ -19,7 +20,8 @@ class authsympa extends auth
{ {
public $wsdl = null; public $wsdl = null;
public $list = null; public $list = null;
public $function = "subscriber"; // can be substriber, owner, editor public $function = "subscriber"; // can be subscriber, owner, editor
private $client = null; private $client = null;
private $authkey = null; private $authkey = null;
private $email = null; private $email = null;