Doxygen
This commit is contained in:
parent
5490f71326
commit
ba479b95f0
@ -17,15 +17,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/core/cookie.class.php
|
* \file htdocs/core/cookie.class.php
|
||||||
\ingroup core
|
* \ingroup core
|
||||||
\version $Id$
|
* \version $Id$
|
||||||
\brief File of class to manage cookies
|
* \brief File of class to manage cookies
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
class DolCookie
|
||||||
class DolCookie
|
{
|
||||||
{
|
|
||||||
var $myKey;
|
var $myKey;
|
||||||
var $myCookie;
|
var $myCookie;
|
||||||
var $myValue;
|
var $myValue;
|
||||||
@ -207,6 +206,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user