Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Class.digestAuthenticator.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* digestAuthenticator class
8
*
9
* !!! TODO !!!
10
* This class provides methods for HTTP Digest authentication
11
* !!! TODO !!!
12
*
13
* @author Anakeen
14
* @version $Id: Class.digestAuthenticator.php,v 1.2 2009/01/16 13:33:00 jerome Exp $
15
* @package FDL
16
* @subpackage
17
*/
18
/**
19
*/
20
21
class
digestAuthenticator
22
{
23
function
__construct
(
$parms
)
24
{
25
throw
new
Dcp\Exception
(__CLASS__ .
"::"
. __FUNCTION__ .
" "
.
"Not available yet..."
);
26
}
27
}
28
?>
Dcp\Exception
Exception class use exceptionCode to identifiy correctly exception.
Definition:
exceptions.php:19
digestAuthenticator\__construct
__construct($parms)
Definition:
Class.digestAuthenticator.php:23
$parms
$parms
Definition:
fdl_export1nf.php:34
digestAuthenticator
Definition:
Class.digestAuthenticator.php:21
← centre documentaire
© anakeen