summaryrefslogtreecommitdiff
path: root/includes/session.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-28 22:22:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-28 22:22:54 +0000
commit67f2c101c1a415afdf40ab02b716e242b57fd5e1 (patch)
tree9e9a181a58c81698a4314dc281a7651f8e785a49 /includes/session.inc
parent009724f220a46e06ffbdc28d105c4fdb16c028c4 (diff)
downloadbrdo-67f2c101c1a415afdf40ab02b716e242b57fd5e1.tar.gz
brdo-67f2c101c1a415afdf40ab02b716e242b57fd5e1.tar.bz2
- Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal.
Diffstat (limited to 'includes/session.inc')
-rw-r--r--includes/session.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/session.inc b/includes/session.inc
index 677963ae1..60d5d54a4 100644
--- a/includes/session.inc
+++ b/includes/session.inc
@@ -204,6 +204,8 @@ function drupal_session_initialize() {
/**
* Forcefully start a session, preserving already set session data.
+ *
+ * @ingroup php_wrappers
*/
function drupal_session_start() {
if (!drupal_session_started()) {
@@ -264,6 +266,8 @@ function drupal_session_started($set = NULL) {
/**
* Called when an anonymous user becomes authenticated or vice-versa.
+ *
+ * @ingroup php_wrappers
*/
function drupal_session_regenerate() {
global $user, $is_https;