Subversion Repositories Applications.papyrus

Rev

Rev 1713 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1713 Rev 2150
Line 18... Line 18...
18
 * @package    Auth
18
 * @package    Auth
19
 * @author     Stoyan Stefanov <ssttoo@gmail.com>
19
 * @author     Stoyan Stefanov <ssttoo@gmail.com>
20
 * @author     Adam Ashley <aashley@php.net>
20
 * @author     Adam Ashley <aashley@php.net>
21
 * @copyright  2001-2006 The PHP Group
21
 * @copyright  2001-2006 The PHP Group
22
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
22
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
23
 * @version    CVS: $Id: SAP.php,v 1.2 2007-11-19 15:11:00 jp_milcent Exp $
23
 * @version    CVS: $Id: SAP.php,v 1.5 2007/06/12 03:11:26 aashley Exp $
24
 * @link       http://pear.php.net/package/Auth
24
 * @link       http://pear.php.net/package/Auth
25
 * @since      File available since Release 1.4.0
25
 * @since      File available since Release 1.4.0
26
 */
26
 */
Line 27... Line 27...
27
 
27
 
Line 46... Line 46...
46
 * @package    Auth
46
 * @package    Auth
47
 * @author     Stoyan Stefanov <ssttoo@gmail.com>
47
 * @author     Stoyan Stefanov <ssttoo@gmail.com>
48
 * @author     Adam Ashley <aashley@php.net>
48
 * @author     Adam Ashley <aashley@php.net>
49
 * @copyright  2001-2006 The PHP Group
49
 * @copyright  2001-2006 The PHP Group
50
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
50
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
51
 * @version    Release: 1.5.4  File: $Revision: 1.2 $
51
 * @version    Release: 1.5.4  File: $Revision: 1.5 $
52
 * @since      Class available since Release 1.4.0
52
 * @since      Class available since Release 1.4.0
53
 */
53
 */
54
class Auth_Container_SAP extends Auth_Container {
54
class Auth_Container_SAP extends Auth_Container {
Line 55... Line 55...
55
 
55