Line 17... |
Line 17... |
17 |
* @author Based upon Auth_Container_SOAP by Bruno Pedro <bpedro@co.sapo.pt>
|
17 |
* @author Based upon Auth_Container_SOAP by Bruno Pedro <bpedro@co.sapo.pt>
|
18 |
* @author Marcel Oelke <puRe@rednoize.com>
|
18 |
* @author Marcel Oelke <puRe@rednoize.com>
|
19 |
* @author Adam Ashley <aashley@php.net>
|
19 |
* @author Adam Ashley <aashley@php.net>
|
20 |
* @copyright 2001-2006 The PHP Group
|
20 |
* @copyright 2001-2006 The PHP Group
|
21 |
* @license http://www.php.net/license/3_01.txt PHP License 3.01
|
21 |
* @license http://www.php.net/license/3_01.txt PHP License 3.01
|
22 |
* @version CVS: $Id: SOAP5.php,v 1.2 2007-11-19 15:11:00 jp_milcent Exp $
|
22 |
* @version CVS: $Id: SOAP5.php,v 1.9 2007/07/02 08:25:41 aashley Exp $
|
23 |
* @since File available since Release 1.4.0
|
23 |
* @since File available since Release 1.4.0
|
24 |
*/
|
24 |
*/
|
Line 25... |
Line 25... |
25 |
|
25 |
|
26 |
/**
|
26 |
/**
|
Line 99... |
Line 99... |
99 |
* @author Based upon Auth_Container_SOAP by Bruno Pedro <bpedro@co.sapo.pt>
|
99 |
* @author Based upon Auth_Container_SOAP by Bruno Pedro <bpedro@co.sapo.pt>
|
100 |
* @author Marcel Oelke <puRe@rednoize.com>
|
100 |
* @author Marcel Oelke <puRe@rednoize.com>
|
101 |
* @author Adam Ashley <aashley@php.net>
|
101 |
* @author Adam Ashley <aashley@php.net>
|
102 |
* @copyright 2001-2006 The PHP Group
|
102 |
* @copyright 2001-2006 The PHP Group
|
103 |
* @license http://www.php.net/license/3_01.txt PHP License 3.01
|
103 |
* @license http://www.php.net/license/3_01.txt PHP License 3.01
|
104 |
* @version Release: 1.5.4 File: $Revision: 1.2 $
|
104 |
* @version Release: 1.5.4 File: $Revision: 1.9 $
|
105 |
* @since Class available since Release 1.4.0
|
105 |
* @since Class available since Release 1.4.0
|
106 |
*/
|
106 |
*/
|
107 |
class Auth_Container_SOAP5 extends Auth_Container
|
107 |
class Auth_Container_SOAP5 extends Auth_Container
|
108 |
{
|
108 |
{
|