Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
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
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* digestAuthenticator class
9
*
10
* !!! TODO !!!
11
* This class provides methods for HTTP Digest authentication
12
* !!! TODO !!!
13
*
14
* @author Anakeen 2009
15
* @version $Id: Class.digestAuthenticator.php,v 1.2 2009/01/16 13:33:00 jerome Exp $
16
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
17
* @package FDL
18
* @subpackage
19
*/
20
/**
21
*/
22
23
class
digestAuthenticator
24
{
25
function
__construct
(
$parms
)
26
{
27
throw
new
Exception(__CLASS__ .
"::"
. __FUNCTION__ .
" "
.
"Not available yet..."
);
28
}
29
}
30
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase